WithConfig
in
Define implementation details for 3 configuration related endpoints
Table of Contents
- GetConfig() : void
- Endpoint handler to fetch the config
- GetConfigPreset() : void
- Endpoint handler to get the config data form template
- SaveConfig() : void
- Endpoint handler to update the config
Methods
GetConfig()
Endpoint handler to fetch the config
public
GetConfig() : void
Return values
void —GetConfigPreset()
Endpoint handler to get the config data form template
public
GetConfigPreset() : void
Return values
void —SaveConfig()
Endpoint handler to update the config
public
SaveConfig() : void