Skip to main content

APIClientConfig

Configuration for an API client.

Properties

axios?

optional axios: CreateAxiosDefaults<any>;

Axios configuration.


caching?

optional caching: CacheOptions;

Options for caching responses.


displayName

displayName: string;

The logged display name of the API client.


requestsPerMinute?

optional requestsPerMinute: number;

How many requests to make per minute before enforcing a cooldown.