Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 543 Bytes

configuration-interface.md

File metadata and controls

14 lines (9 loc) · 543 Bytes

Configuration Interface

This is the base class for all exceptions that represent an error response from the server.

Methods

Name Description Return Type
getEnvironment() Current API environment. Environment
getHttpClientConfig() Http Client Configuration instance. ReadonlyHttpClientConfiguration
getBaseUri(Server server) Get base URI by current environment. String
getBaseUri() Get base URI by current environment. String