Functions
apiFetch
- apiFetch(resource: string, options?: RequestOptions, expectEmptyResponse?: boolean): Promise<any>
-
Parameters
-
resource: string
-
-
Optional expectEmptyResponse: boolean
Returns Promise<any>
backendFetch
- backendFetch(resource: string, options?: RequestOptions): Promise<Response>
-
Parameters
Returns Promise<Response>