Type Alias APIClientProviderOptions
APIClientProviderOptions: { clientClass?: typeof APIClient; configSetting?: string; serviceName?: string; } Type declaration
Optional
clientClass?: typeof APIClient
Optional
configSetting?: string
Optional
serviceName?: 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.