Properties
Private _options
_options: Options = ...
Methods
authenticateAsServerPreferred
- authenticateAsServerPreferred(): Request
authenticateAsUserPreferred
- authenticateAsUserPreferred(): Request
delete
- delete(): Promise<Response>
-
Returns Promise<Response>
Private execute
- execute(method: Method): Promise<Response>
-
Parameters
Returns Promise<Response>
get
-
Returns Promise<Response>
patch
- patch(): Promise<Response>
-
Returns Promise<Response>
post
- post(): Promise<Response>
-
Returns Promise<Response>
put
-
Returns Promise<Response>
withBody
- withBody(body: Record<string, unknown>): Request
-
Parameters
-
body: Record<string, unknown>