What problem does it solve?
Many OpenAPI specifications and code-first APIs lack clear summaries, descriptions, examples, and response documentation, which makes API references incomplete and hard to consume for developers and consumers.
Core Features & Use Cases
- OpenAPI enrichment: add endpoint summaries, descriptions, examples, and response schemas to improve generated docs.
- Markdown API reference generation: produce human-friendly API reference from OpenAPI with authentication, pagination, and error handling sections.
- Detection & remediation: scan code for missing EndpointSummary and ProducesResponseType annotations and suggest changes; support microservice gateway docs with gRPC-to-REST mapping notes.
- Use Case: convert a partial OpenAPI spec for an orders service into a complete Markdown reference and inject missing endpoint metadata.
Quick Start
Enrich the project's OpenAPI spec with summaries and examples and generate a Markdown API reference for the orders endpoints.