Module: client/apis/BaseAPI
Table of contents
Classes
Type aliases
Type aliases
BaseAPIRequestOptions
Ƭ BaseAPIRequestOptions: object
Type declaration:
Name | Type | Description |
---|---|---|
json ? |
boolean | If the response body is JSON |
request |
Omit<RESTRequestOptions, url> & { path? : string ; url? : string } |
The request options |
requiresAuth |
boolean | If the client must be authenticated in order to send the request |
Defined in: client/apis/BaseAPI.ts:6