Type Alias APIClientProviderOptions
APIClientProviderOptions: { clientClass?: typeof APIClient; configSetting?: string; serviceName?: string; } Type declaration
OptionalclientClass?: typeof APIClient
OptionalconfigSetting?: string
OptionalserviceName?: string
The options for the provider creator that registers an APIClient in the container. These options allow the application to register multiple instances for different APIs.