apidoc-swagger
Documentation converter
A tool that converts inline API documentation comments to Swagger JSON schema
apidoc and swagger are two nice projects which are focusing on documentation of APIs. This project is a middle tier which tries to bring them together in a sense that it uses apidoc to convert inline documentation to json schema and later convert it to swagger json schmea.
252 stars
9 watching
131 forks
Language: JavaScript
last commit: almost 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
amanoooo/apidoc-swagger-3 | Converts inline documentation comments to OpenAPI 3.0 JSON schema | 31 |
swagger-akka-http/swagger-akka-http | A Scala library that enables Swagger REST API documentation generation for Akka-Http based services | 277 |
zc2638/swag | A library that generates Swagger 2.0 compatible APIs for Golang projects | 47 |
darklynx/swagger-api-collection | A collection of RESTful API descriptions in Open API format | 14 |
apidevtools/swagger-parser | A utility for parsing and validating Swagger 2.0 and OpenAPI 3.0 definitions | 1,108 |
pactortester/swaggerjmx | Automates the conversion of API documentation to JMX files for testing purposes | 111 |
mermade/swaggerplusplus | A tool for transitioning between Swagger 2.0 and OpenAPI 3.0.x | 6 |
alt3/cakephp-swagger | Automates Swagger documentation for CakePHP APIs | 64 |
mermade/widdershins | Converts API definitions to documentation compatible markdown | 1,495 |
cnizzardini/cakephp-swagger-bake | A plugin for generating OpenAPI, Swagger, and Redoc documentation from existing CakePHP code | 60 |
mlabouardy/swaggymnia | Tool to generate Swagger documentation from Insomnia REST client | 428 |
reg2005/adonis5-swagger | Provides API documentation generation for AdonisJS applications using Swagger protocol | 104 |
qct/swagger-example | Examples and tools for designing, building, documenting, and consuming REST APIs using OpenAPI specification and Swagger | 51 |
slanatech/swagger-stats | A tool to monitor and analyze API performance and usage statistics in Node.js microservices. | 903 |
fsprojects/swaggerprovider | Generates type-safe interfaces from Swagger API definitions | 263 |