Client Options
class ClientOptions
A class representing the SDK client configuration.
Types
Properties
Link copied to clipboard
Whether to throw an exception if any of the Jackson versions detected at runtime are incompatible with the SDK's minimum supported Jackson version (2.13.4).
Link copied to clipboard
The HTTP client to use in the SDK.
Link copied to clipboard
The Jackson JSON mapper to use for serializing and deserializing JSON.
Link copied to clipboard
The maximum number of times to retry failed requests, with a short exponential backoff between requests.
Link copied to clipboard
Query params to send with the request.
Link copied to clipboard
Whether to call validate on every response before returning it.
Link copied to clipboard