pub async fn st_get_with_client_amount<C: STCategory>(
    client: &Client,
    amount: impl Into<u8>
) -> Result<STNekosBestResponse<C>, 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.