This is the interface for client class that holds the configuration getters.
| 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 |