Crate neocities_client

Source

Re-exports§

pub use ureq;

Modules§

response
This module contains the types used to deserialize the JSON responses from the Neocities API.

Structs§

Client
Client for the Neocities API.
ClientBuilder
Builder for Client.

Enums§

Auth
Authentication method for the API, either a username/password pair or an API key.
Error
ErrorKind
Kinds of error returned by the API.

Type Aliases§

Result
The result type used by this crate.