Swagger: Difference between revisions
Jump to navigation
Jump to search
(→Tools) |
(→Tools) |
||
Line 24: | Line 24: | ||
* [[Swagger Inflector]] | * [[Swagger Inflector]] | ||
* [[Swagger Inspector]] | * [[Swagger Inspector]] | ||
=API Documentation= | |||
<font color=darkgray>Process: https://www.infoq.com/presentations/doc-restful-api</font> | |||
==API Documentation vs. Swagger-generated Specification File== | |||
In general, the terms "API Documentation" and the Swagger specification are used interchangeably. | |||
=Subjects= | =Subjects= | ||
* [[Generating Swagger/OpenAPI Specification from Spring Code]] | * [[Generating Swagger/OpenAPI Specification from Spring Code]] |
Revision as of 23:04, 14 February 2019
External
- https://swagger.io
- OpenAPI Swagger Specification https://swagger.io/specification/
- Tools and Integrations: https://swagger.io/tools/open-source/open-source-integrations/
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
API Documentation
Process: https://www.infoq.com/presentations/doc-restful-api
API Documentation vs. Swagger-generated Specification File
In general, the terms "API Documentation" and the Swagger specification are used interchangeably.