OptionalauthPrefix?: stringThe authorization prefix to use for requests.
The base API url.
OptionalenforceAuth?: booleanEnforces authorization token requirement in auth required endpoints.
Optionalrequest?: (url: RequestInfo | URL, init: RequestInit) => Promise<ResponseLike>Sends a DELETE request to the API.
Optionaloptions: RequestOptionsSends a GET request to the API.
Optionaloptions: RequestOptionsSends a PATCH request to the API.
Optionaloptions: RequestOptionsSends a POST request to the API.
Optionaloptions: RequestOptionsSends a PUT request to the API.
Optionaloptions: RequestOptions
The HTTP REST API client for foxochat.js