Swagger UI: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Swagger") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* https://swagger.io/tools/swagger-ui/ | |||
=Internal= | =Internal= | ||
* [[Swagger#Tools|Swagger]] | * [[Swagger#Tools|Swagger]] | ||
=Overview= | |||
The Swagger UI allows visualization and interaction with an API’s resources without having any of the implementation logic in place. The UI renders OpenAPI specs as interactive API documentation. It’s automatically generated from the [[OpenAPI]] specification, with the visual documentation making it easy for back end implementation and client side consumption. |
Latest revision as of 21:27, 28 January 2019
External
Internal
Overview
The Swagger UI allows visualization and interaction with an API’s resources without having any of the implementation logic in place. The UI renders OpenAPI specs as interactive API documentation. It’s automatically generated from the OpenAPI specification, with the visual documentation making it easy for back end implementation and client side consumption.