ik_mini/endpoints/
mod.rs

1//! Contains the client implementations for various categories of API endpoints.
2//!
3//! Each submodule here corresponds to a different part of the Wattpad API,
4//! grouping related functionalities together. For example, `user` handles
5//! user-related actions, while `story` manages story and part-related actions.
6
7pub mod story;