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
56pub mod channels;
7pub mod clips;
8pub mod users;