Expand description
OpenAPI documentation generator.
Generates a lightweight OpenAPI 3.0 overview for the core REST API routes and the bundled Swagger UI served by the API server.
Functionsยง
- generate_
openapi_ spec - Generate a lightweight OpenAPI specification for the core auth and health routes.
- generate_
swagger_ ui - Generate Swagger UI HTML.
- serve_
openapi_ json - Serve the generated OpenAPI specification as JSON.
- serve_
swagger_ ui - Serve the bundled Swagger UI.