QverisClientConfig
Configuration options for the Qveris API client.
属性
apiKey
apiKey:
string
API authentication token
baseUrl?
optionalbaseUrl?:string
API base URL. Overrides QVERIS_BASE_URL and the built-in default.
maxRetries?
optionalmaxRetries?:number
Max automatic retries for rate-limited (429) / transient (503) responses.
Honors Retry-After, otherwise backs off exponentially with jitter.
Defaults to 3; set to 0 to disable.
timeoutMs?
optionaltimeoutMs?:number
Default request timeout in milliseconds
