Crate wp_mini

Crate wp_mini 

Source
Expand description

An asynchronous, unofficial Wattpad API wrapper for Rust.

Modules§

endpoints
Contains the client implementations for various categories of API endpoints.
field
Defines the field enums used for type-safe field selection in API requests.
types
Defines the public type aliases for the data structures returned by API endpoints.

Macros§

impl_field_display
Implements std::fmt::Display for a field enum with complex (nested) variants.

Structs§

WattpadClient
The main asynchronous client for interacting with the Wattpad API.

Enums§

WattpadError
The primary error type for all operations in the wattpad crate.