Swagger UI: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
Line 9: Line 9:
=Overview=
=Overview=


The Swagger UI allows visualization and interaction with an API’s resources without having any of the implementation logic in place. It’s automatically generated from the [[OpenAPI]] specification, with the visual documentation making it easy for back end implementation and client side consumption.
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.