Options
Names are shared across SDKs; the duplicated rows (for example
timeout /
timeoutMs) show the idiomatic spelling per language. Pass whichever your SDK
exposes - they configure the same behavior.User-Agent
Every request carries aUser-Agent the server uses for attribution and support.
Its format is:
{lang}ists,swift, orkotlin.{sdkVersion}and{specVersion}are embedded generated constants - see Versioning.envis your configuredenvironment;orgis appended whenorgIdis set.- The optional trailing
<suffix>is youruserAgentSuffix.
expys-sdk-ts/1.2.0 (spec/1.0.0; env=live; org=org_123) my-app/1.0.
Related
Authentication
Tokens, expiry, and the refresh hook.
Environments
Sandbox vs live, selected by your credential.
Retries
Backoff and idempotency behavior.