Expand description
Rust wrappers for the Mixer APIs.
Use the constellation
module for communicating asynchronously with the real-time
Constellation endpoint, and the rest
module for communicating synchronously with
the Core REST API.
Re-exports§
pub use chat::ChatClient;
pub use constellation::ConstellationClient;
pub use rest::REST;
Modules§
- chat
- Wrapper for the chat endpoint.
- constellation
- Wrapper for the Constellation endpoint.
- oauth
- Wrappers around OAuth calls for authenticating the user interacting with your application.
- rest
- Wrapper around Mixer’s REST API.