api/settings_get.py.dox.md
settings_get.py API endpoint.settings_get.py because this directory is intentionally flat.settings_get.py owns the runtime implementation.settings_get.py.dox.md owns durable notes about responsibilities, contracts, side effects, and verification for that implementation.GetSettings (ApiHandler)
async process(self, input: dict, request: Request) -> dict | Responseget_methods(cls) -> list[str]helpers.api.ApiHandler; WebSocket handlers must derive from helpers.ws.WsHandler.GetSettings is an ApiHandler.GetSettings defines process(...).GetSettings defines get_methods(...).helpers, helpers.api.settings.get_settings, settings.convert_out.helpers.api.Response for non-JSON responses, files, redirects, or status-specific replies.No child DOX files.