Type alias APIClientConstructorOptions

APIClientConstructorOptions: APIClientSettings & {
    inject: {
        HTTPError: HTTPErrorClass;
        http: HTTP;
    };
}

The options to construct a APIClient.

Type declaration

Generated using TypeDoc