Configuration Interface
May 27, 2025 ยท View on GitHub
This is the interface for client class that holds the configuration getters.
Methods
| Name | Description | Return Type |
|---|---|---|
getEnvironment() | Current API environment. | Environment |
getHttpClientConfig() | Http Client Configuration instance. | ReadonlyHttpClientConfiguration |
getLoggingConfig() | Logging Configuration instance. | ReadonlyLoggingConfiguration |
getBaseUri(Server server) | Get base URI by current environment. | String |
getBaseUri() | Get base URI by current environment. | String |