params
are the URL parameters to be sent with the request
Must be a plain object or a URLSearchParams object
responseType
indicates the type of data that the server will respond with
Defaults to json
Configures the HTTP call to retry on failure.
timeout
specifies the number of milliseconds before the request times out.
If the request takes longer than timeout
, the request will be aborted and throw an error.
Generated using TypeDoc
headers
the HTTP headers to be sent with the request