Back to documentation
Preparing search index...
The search index is not available
API Reference
API Reference
sdk/client
ClientConfig
Interface ClientConfig
interface
ClientConfig
{
apiKey
?:
string
;
apiUrl
?:
string
;
callerOptions
?:
AsyncCallerParams
;
defaultHeaders
?:
Record
<
string
,
HeaderValue
>
;
onRequest
?:
RequestHook
;
timeoutMs
?:
number
;
}
Index
Properties
api
Key?
api
Url?
caller
Options?
default
Headers?
on
Request?
timeout
Ms?
Properties
Optional
api
Key
api
Key
?:
string
Optional
api
Url
api
Url
?:
string
Optional
caller
Options
caller
Options
?:
AsyncCallerParams
Optional
default
Headers
default
Headers
?:
Record
<
string
,
HeaderValue
>
Optional
on
Request
on
Request
?:
RequestHook
Optional
timeout
Ms
timeout
Ms
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
api
Key
api
Url
caller
Options
default
Headers
on
Request
timeout
Ms
API Reference
Loading...