Expand description
Twitch Helix requests
This library offers a list of requests supported by twitch’s HelixAPI.
Each request is it’s it’s own submodule, typically following it’s url.
§Client
This library also offers a client to help with the connections. It is not mandatory to use the client, as all requests do not depend on it, however.
Re-exports§
pub use client::Client;pub use request::HelixRequest;pub use request::OAuthRequest;pub use response::HelixResponse;pub use response::OAuthResponse;