Skip to main content

Interface: OverrideOptions

Override options for a request.

Hierarchy

Properties

cache

Optional cache: boolean

Whether to cache this response.

Defined in

types/lib.ts:97


force

Optional force: boolean

Whether to skip the cache check and request the API.

Defined in

types/lib.ts:100


retryLimit

Optional retryLimit: number

How many times to retry on 5XX errors.

Defined in

types/lib.ts:103


ignoreRateLimit

Optional ignoreRateLimit: boolean

Whether to ignore throttlers.

Defined in

types/lib.ts:106


restRequestTimeout

Optional restRequestTimeout: number

Time to wait before cancelling a REST request, in milliseconds.

Defined in

types/lib.ts:109