ConfigClient
get_config
Sends the request to get the matching configuration.
Arguments: |
|
Returns: | dictionary containing the configuration. |
set_config_option
Sends the request to create or set an option within a section. Missing sections will be created.
Arguments: |
|
Returns: | True if option was removed successfully. False otherwise. |
delete_config_option
Sends the request to remove an option from a section
Arguments: |
|
Returns: | True if option was removed successfully. False otherwise. |