sdk.lusid.extensions.configuration_loaders.get_api_configuration

get_api_configuration(config_loaders)[source]

Read configuration from config loaders. Update config with values from each loader in order (last write wins).

Return type:

ApiConfiguration

Parameters:

config_loaders (Iterable[ConfigurationLoader]) – Objects that can be used to fetch config with a load_config function returning a dict.

Returns:

Configuration that can be passed to an ApiClient, RefreshingToken, etc.

Return type:

ApiConfiguration