ApiRequest
Index
Constructors
publicconstructor
Parameters
requestManager: RequestManager
options: ApiRequestOptions
Returns ApiRequest
Properties
publicoptions
The options of this request
publicrequests
The request manager instance
Methods
publicbuildOptions
Creates an object containing the options to be passed to the request
Returns { headers: Record<string, string>; method: GET; url: string }
headers: Record<string, string>
method: GET
url: string
publicmake
Makes a request with the options provided.
Returns Promise<Response>
Handles (sending/building options) requests