RequestToken

interface RequestToken(source)

A completable token linked to a Request.

Properties

Link copied to clipboard
abstract val completed: Boolean

Whether complete has been called.

Functions

Link copied to clipboard
abstract suspend fun complete(response: RequestResponse)

Completes the Request, updating the rate limit data from the response.