interface APIRequest

external
interface APIRequest

Constructors

constructor()

external
data : HandlerRequestData

The data that was used to form the body of this request

external
method : string

The HTTP method used in this request

external
options : RequestInit

Additional HTTP options for this request

external
path : RouteLike

The full path used to make the request

external
retries : number

The number of times this request has been attempted

external
route : string

The API route identifying the ratelimit for this request