Interface: OverrideOptions
Override options for a request.
Hierarchy
OverrideOptions
Properties
cache
• Optional
cache: boolean
Whether to cache this response.
Defined in
force
• Optional
force: boolean
Whether to skip the cache check and request the API.
Defined in
retryLimit
• Optional
retryLimit: number
How many times to retry on 5XX errors.
Defined in
ignoreRateLimit
• Optional
ignoreRateLimit: boolean
Whether to ignore throttlers.
Defined in
restRequestTimeout
• Optional
restRequestTimeout: number
Time to wait before cancelling a REST request, in milliseconds.