Swagger: Difference between revisions

From NovaOrdis Knowledge Base
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

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.

Tools