pub async fn st_get_amount<C: STCategory>(
    amount: impl Into<u8>
) -> Result<STNekosBestResponse<C>, NekosBestError>
Expand description

Gets amount images, with the default client.

Errors

Any errors that can happen, refer to NekosBestError.