snap_python.components.config

class snap_python.components.config.ConfigEndpoints(client: AbstractSnapsClient)

Bases: object

async get_configuration(snap: str, keys: list[str] | None = None) ConfigResponse
async set_configuration(snap: str, configuration: dict, wait: bool = True) AsyncResponse | ChangesResponse