01Discovers endpoints and schemas from OpenAPI 3.0 JSON or YAML files.
02Dynamically builds request/response Pydantic models, preserving aliases and optional fields.
03Generates FastAPI routes that accept parameters plus an optional 'fields' list to slice responses.
04Proxies requests with httpx, automatically formatting URL paths and query parameters.
05Supports secure API authentication through environment variables and OpenAPI security schemes.
06106 GitHub stars