Type Alias APIClientConstructorOptions

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

The options to construct a APIClient.

Type declaration