mud_server.admin_gradio.api =========================== .. py:module:: mud_server.admin_gradio.api .. autoapi-nested-parse:: API client modules for MUD server communication. This package provides domain-specific API clients for communicating with the FastAPI backend server. All clients inherit from BaseAPIClient for consistent error handling and request patterns. Modules: base: Base API client with common HTTP request patterns auth: Authentication operations (login, register, logout) game: Game operations (commands, chat, status) admin: Administrative operations (database, user management) ollama: Ollama LLM operations (command execution, context) Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/mud_server/admin_gradio/api/admin/index /autoapi/mud_server/admin_gradio/api/auth/index /autoapi/mud_server/admin_gradio/api/base/index /autoapi/mud_server/admin_gradio/api/game/index /autoapi/mud_server/admin_gradio/api/ollama/index /autoapi/mud_server/admin_gradio/api/settings/index