QVeris
运行任务
文档目录

QverisClientConfig

Configuration options for the Qveris API client.

属性

apiKey

apiKey: string

API authentication token

baseUrl?

optional baseUrl?: string

API base URL. Overrides QVERIS_BASE_URL and the built-in default.

maxRetries?

optional maxRetries?: 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?

optional timeoutMs?: number

Default request timeout in milliseconds


这个页面对你有帮助吗?