pub async fn get_with_client_amount(
    client: &Client,
    category: impl Into<Category>,
    amount: impl Into<u8>
) -> Result<NekosBestResponse, NekosBestError>
Expand description

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

Errors

Any errors that can happen, refer to NekosBestError.