ik-mini 0.2.0-alpha.5

Minimal async API Wrapper for IK | Only Reader/Public API | Extremely minimal.
Documentation
1
2
3
4
5
6
7
//! Contains the client implementations for various categories of API endpoints.
//!
//! Each submodule here corresponds to a different part of the Wattpad API,
//! grouping related functionalities together. For example, `user` handles
//! user-related actions, while `story` manages story and part-related actions.

pub mod story;