Skip to main content

Classes

Configuration


STATIC METHODS

get_default

Return the default configuration. This method returns newly created, based on default constructor, object of Configuration class or returns a copy of default configuration.

get_default_copy

Deprecated. Please use get_default instead. Deprecated. Please use get_default instead.

set_default

Set default instance of configuration. It stores default configuration, which can be returned by get_default_copy method.
METHODS

auth_settings

Gets Auth Settings dict for api client.

get_api_key_with_prefix

Gets API key (with prefix if set).

get_basic_auth_token

Gets HTTP basic authentication header (string).

get_host_from_settings

Gets host URL based on the index and variables

get_host_settings

Gets an array of host settings

to_debug_report

Gets the essential information for debugging.