App config API

App config high-level API.

class app_config_api.AppConfigAPI(sdk)

API for the App config “entity”.

There is just one GET and one PUT method on the DSW API, so we can only return the app config values, updated it and then save it on the remote server once again.

model_class

alias of dsw_sdk.high_level_api.models.app_config.AppConfig

get_config()

Get app config from the server.

Returns

object containing DSW app config

Return type

dsw_sdk.high_level_api.models.app_config.AppConfig