SDKConfig
Pass a config object to the VulcxSDK constructor:
Options
Retry Behavior
The SDK retries automatically on transient failures:
With the default
retries: 2, the SDK makes up to 3 attempts before throwing.
Configure the VulcxSDK client: pass your API key and base URL, tune timeout and retry/backoff behavior, and point it at a self-hosted Vulcx instance.
SDKConfigVulcxSDK constructor:
retries: 2, the SDK makes up to 3 attempts before throwing.