Structs§
Functions§
- delete_
config - Delete a config entry DELETE /api/v1/config/:key
- get_
config - Get a config entry by key GET /api/v1/config/:key
- list_
configs - List all config entries GET /api/v1/config
- set_
config - Set a config entry (upsert) POST /api/v1/config
- update_
config - Update a config entry PUT /api/v1/config/:key