armature-openapi
OpenAPI/Swagger documentation for the Armature framework.
Features
- Auto Generation - Generate OpenAPI spec from routes
- Swagger UI - Built-in documentation UI
- Type Inference - Infer types from handlers
- Validation - Validate requests against schema
- Export - JSON/YAML spec export
Installation
[]
= "0.1"
Quick Start
use ;
use Application;
;
let app = new
.get
.post
.get
.get;
Annotations
/// List all users
async
Request Body
License
MIT OR Apache-2.0