Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 666 Bytes

File metadata and controls

15 lines (10 loc) · 666 Bytes

Configuration Interface

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