AdvancedClientOptions
Extends
Section titled “Extends”Properties
Section titled “Properties”allowAdvanced
Section titled “allowAdvanced”allowAdvanced:
boolean
source
Section titled “source”source:
string
onPattern?
Section titled “onPattern?”
optionalonPattern?: (event) =>void
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void
apiUrl?
Section titled “apiUrl?”
optionalapiUrl?:string
Inherited from
Section titled “Inherited from”fetch?
Section titled “fetch?”
optionalfetch?: {(input,init?):Promise<Response>; (input,init?):Promise<Response>; }
Call Signature
Section titled “Call Signature”(
input,init?):Promise<Response>
Parameters
Section titled “Parameters”URL | RequestInfo
RequestInit
Returns
Section titled “Returns”Promise<Response>
Call Signature
Section titled “Call Signature”(
input,init?):Promise<Response>
Parameters
Section titled “Parameters”string | URL | Request
RequestInit
Returns
Section titled “Returns”Promise<Response>
Inherited from
Section titled “Inherited from”accessToken?
Section titled “accessToken?”
optionalaccessToken?:AccessTokenProvider
Inherited from
Section titled “Inherited from”WarmHubClientOptions.accessToken
optionalauth?:object
getToken
Section titled “getToken”getToken: () =>
Promise<string|undefined>
Returns
Section titled “Returns”Promise<string | undefined>
Inherited from
Section titled “Inherited from”functionLogs?
Section titled “functionLogs?”
optionalfunctionLogs?:FunctionLogMode