sdk.lusid.extensions.configuration_loaders.ArgsConfigurationLoader

class ArgsConfigurationLoader(token_url=None, api_url=None, username=None, password=None, client_id=None, client_secret=None, app_name=None, certificate_filename=None, proxy_address=None, proxy_username=None, proxy_password=None, access_token=None, total_timeout_ms=None, connect_timeout_ms=None, read_timeout_ms=None, rate_limit_retries=None)[source]

ConfigurationLoader which loads in config from kwargs in constructor

kwargs passed to this constructor used to build ApiConfiguration

Methods

load_config

load configuration from kwargs passed to constructor

load_config()[source]

load configuration from kwargs passed to constructor

Return type:

Dict[str, object]

Returns:

dictionary that can be loaded into an ApiConfiguration object

Return type:

Dict[str, object]