The client that instantiated this class
A queue for the requests
All requests that have been made so far
Number of requests done in the last second
When the requests per second were last reset
Make a GET request to the API.
The return type that should be used by the function
The path to request
Other options for this request
If the request should be retried in case of a 5xx response
Make a request to the API.
The return type that should be used by the function
The path to request
The method of the request
Other options for this request
If the request should be retried in case of a 5xx response
The JSON data received from the API or null if no data was received
Generated using TypeDoc
A rest manager for the client