Swagger: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
* OpenAPI Swagger Specification https://swagger.io/specification/ | * OpenAPI Swagger Specification https://swagger.io/specification/ | ||
* Tools and Integrations: https://swagger.io/tools/open-source/open-source-integrations/ | * Tools and Integrations: https://swagger.io/tools/open-source/open-source-integrations/ | ||
* Build, Document, and Deploy Your API with Swagger, Amazon API Gateway and Lambda https://swagger.io/blog/api-development/swagger-amazon-api-gateway-and-lambda/ | |||
=Internal= | =Internal= |
Revision as of 22:28, 22 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/
- Build, Document, and Deploy Your API with Swagger, Amazon API Gateway and Lambda https://swagger.io/blog/api-development/swagger-amazon-api-gateway-and-lambda/
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
API Documentation vs. Swagger-generated Specification File
In general, the terms "API Documentation" and the Swagger specification are used interchangeably.