Posts

Showing posts from July, 2017

Swagger User Interface

Image
Swagger UI allows anyone — be it your development team or your end consumers — to visualize and interact with the API’s resources without having any of the implementation logic in place. It’s automatically generated from your Swagger specification, with the visual documentation making it easy for back end implementation and client side consumption. Swagger UI https://github.com/swagger-api/swagger-ui.git XAMPP https://www.apachefriends.org/xampp-files/7.1.7/xampp-win32-7.1.7-0-VC14-installer.exe Copy the Swagger UI master zip into httdocs Click on the XAMPP Control Start the Apache from the XAMPP Control start on port 80 http://localhost/swagger-ui-master/dist/

Swagger Editor

Image
Swagger  is the world's largest framework of API developer tools for the OpenAPI Specification(OAS). It is used for Creating the REST API How to Setup Swagger Editior using XAMPP Swagger Editor  https://github.com/swagger-api/swagger-editor.git XAMPP https://www.apachefriends.org/xampp-files/7.1.7/xampp-win32-7.1.7-0-VC14-installer.exe Copy the Swagger Editor into httdocs Click on the XAMPP Control Start the Apache from the XAMPP Control start on port 80 http://localhost/swagger-editor/#/ We can see REST API Document we can edit our swagger editor.