Optional
fetch?: ((url: string, init?: RequestInit) => Promise<Response>)Optional
init: RequestInitOptional
retriesThe number of retries that the client attempt to do on failure.
Optional
transformThe transform request URL function, which could be useful in a browser environment
when the host does not return the proper Access-Control-Allow-Origin
header
and CORS proxy is required to fulfill the request.
Generated using TypeDoc
Optional Fetch API implementation, could be useful for testing.