Swagger
Swagger is an open source that helps us in Developing APIs, Interacting with APIs and Documenting APIs. In this post, We will learn how to install swagger locally on Ubuntu.
Swagger is an open source that helps us in Developing APIs, Interacting with APIs and Documenting APIs. In this post, We will learn how to install swagger locally on Ubuntu.
Install Swagger Modules
sudo npm install -g swagger
Create Swagger Project
swagger project create hello-world
Open Project in Swagger Editor
cd hello-world
swagger project edit
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
Comments
Post a Comment