Interface IAbstractApiClientOptions

Options for creating a new instance of AbstractApiClient.

See

AbstractApiClient

Hierarchy

Properties

Options for initialization the cache

cacheDefaults?: IResponseCacheOptions

Defaults for API request cache behaviour. Can be overriden in individual method calls.

concurrency?: IPromiseQueueOptions<IQueue<(() => Promise<unknown>), IQueueAddOptions>, IQueueAddOptions>

Global options for concurrency control. These affect all API requests.

retryDefaults?: IAsyncRetryOptions

Defaults for API request retry behaviour. Can be overriden in individual method calls.

Generated using TypeDoc