OpenAPI Specification Generation from Code Comments
Document APIs with OpenAPI Comment Parser

Document APIs with OpenAPI Comment Parser

8/5/2020 · Nicholas Bourdakos

What this post added

Introduces the OpenAPI Comment Parser, a Node.js library and CLI tool that generates OpenAPI specifications from inline code comments. It defines a new spec format that reduces writing effort by 50% on average and enables developers to keep documentation synchronized with code. The tool is available on GitHub.

Read the original post ↗