Crate nekosbest[][src]

Expand description

API wrapper for nekos.best

Re-exports

pub extern crate reqwest;
pub use category::Category;
pub use response::NekosBestResponse;
pub use response::NekosBestResponseSingle;

Modules

Details of an crate::Category::Nekos image. Refer to NekosDetails.

Allows getting image urls locally, without making any request to the API, using only data available from the GET /endpoints endpoint, and implementing LocalNekosBestCategory with the corresponding data on the generated structs. Also see the build script.

Enums

Constants

Functions

Gets a single image, with the default client.

Gets amount images, with the default client.

Gets a single image, with a supplied client.

Gets amount images, with a supplied client. Note that the server clamps the amount to the 1..=20 range