OptionalaxiosOptions passed to the underlying Axios client.
OptionalaxiosOptions passed to axios-retry, which retries idempotent requests that fail because of a transport error, timeout, or HTTP 429 response.
OptionalendpointThe Seam API endpoint, e.g., https://connect.getseam.com.
Defaults to the SEAM_ENDPOINT or SEAM_API_URL environment variable, if set.
OptionaltimeoutRequest timeout in milliseconds, applied per attempt. Set to 0 to disable the timeout. Defaults to 30 seconds.
OptionalwaitControls whether to wait for the action attempt to resolve when a request returns an action attempt. Pass a boolean to toggle waiting, or ResolveActionAttemptOptions to also configure the timeout and polling interval.
Options for creating a SeamHttp client authenticated with an API key.