[][src]Crate twitch_helix

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;

Modules

client

Helix client

request

Helix request trait

response

Helix responses

url

URL Helpers

Macros

helix_url

Creates a url to a helix page

oauth_url

Creates a url to a oauth page