twitch_api_rs/resource/
mod.rs

1//! All endpoints organized by which resource they are in relation to.  
2//! See the [`API Reference`] for a list of all resources.
3//!
4//! [`API Reference`]: https://dev.twitch.tv/docs/api/reference
5
6pub mod channels;
7pub mod clips;
8pub mod users;