Protected Readonly getThe expected signature of the call method.
The endpoint the request goes to.
The method the request uses.
Optional data: FormData | Record<string, unknown>The optional data to send with the request.
Optional customHeaders: CustomHeadersCustom headers to merge into the request.
Optional queryParameters: Record<string, unknown>Optional data: FormData | Record<string, unknown>Optional customHeaders: CustomHeadersOptional queryParameters: Record<string, unknown>Protected initProtected
Prepare/compile the ajax call initialisation.
The endpoint the request goes to.
The method the request uses.
Optional data: FormData | Record<string, unknown>The optional data to send with the request.
Optional customHeaders: CustomHeadersCustom headers to merge into the request.
Optional queryParameters: Record<string, unknown>The query parameters to append to the url
Generated using TypeDoc
The default ApiCaller implementation used by upfrontjs.
Link