Swagger: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 13: | Line 13: | ||
Swagger is a set of open-source tools built around the [[OpenAPI]] specification that can help you design, build, document and consume REST APIs. | Swagger is a set of open-source tools built around the [[OpenAPI]] specification that can help you design, build, document and consume REST APIs. | ||
=Tools= | |||
* [[Swagger Editor]] | |||
* [[Swagger UI]] | |||
* [[Swagger Codegen]] |
Revision as of 21:22, 28 January 2019
External
- https://swagger.io
- OpenAPI Swagger Specification https://swagger.io/specification/
Internal
Overview
Swagger is a set of open-source tools built around the OpenAPI specification that can help you design, build, document and consume REST APIs.