planner OpenAPI Specification
Complete OpenAPI 3.0 specification for the Planner service.
Interactive Documentation
When running locally, access interactive API documentation at:
- Swagger UI:
http://localhost:XXXX/docs - ReDoc:
http://localhost:XXXX/redoc
OpenAPI YAML Specification
The complete OpenAPI 3.0 specification is available as a YAML file:
File: docs/src/api/openapi-yaml/planner.yaml
Download: planner.yaml
Generating Clients
Use OpenAPI Generator to create client SDKs in any language:
openapi-generator-cli generate \
-i docs/api/openapi/planner.yaml \
-g <language> \
-o clients/<language>
Supported languages: python, typescript, java, go, rust, and 50+ others.