handle

abstract suspend fun <B : Any, R> handle(request: Request<B, R>): R(source)

Executes the request, abiding by the active rate limits and returning the response R.

Throws

when a non-rate limit error response is returned.