Optional
bodyOptional
formTODO: multi-part form support needs to be implemented
Optional
headersThe headers.
Optional
parseA custom JSON parsing function
Converts a JavaScript Object Notation (JSON) string into an object.
A valid JSON string.
Optional
reviver: (this: any, key: string, value: any) => anyA function that transforms the results. This function is called for each member of the object. If a member contains nested objects, the nested objects are transformed before the parent object is.
Optional
queryThe query parameters.
The URL path of the API endpoint.
The request body.