So how every what we are generating is being Converted in Web through some REST API calls whether it's by that website or that OpenSource package. But is there a way where we can convert our PostMan Collections to Swagger Docs Offline ? Or we just need to do it Explicitly ?
@askundu99 If you have to do it offline you have to use NPM (Node Js) packages like this one - www.npmjs.com/package/postman-to-openapi, I have not use that you can give it a try . Happy Coding..
@bluewavezzz Ok , that is good when you are working as a freelancer. What about if you are working in a compnay where the project is continuing for the last 5 years and all there documantion are in postman and there are more that 2000 endpoints. There are a lot of real world scenarios that may occur, When you are working alone it all good. That is why the knowledge of different kind of things is need.
Hi Thanks for the video. I tried this, but after I pasted the converted code from Metamug to the Swagger editor, I tried to run, but it says it failed to fetch. How can I resolve this, please?
@@code-180 Thank you. Does Swagger have anything that the developer needs to embed in the code? I am not the developer; I am just documenting the API collection from Postman.
Yes there are a lot of things that need to pass on for making a swagger documentation form developer endpoint, as some of them are mandatory and some are optional.
can we maintain separate file for paths, components (in json format)
@priyanshupramanik1162 Yes, you can
it is very good and Well-informed thanks
Very good
So how every what we are generating is being Converted in Web through some REST API calls whether it's by that website or that OpenSource package. But is there a way where we can convert our PostMan Collections to Swagger Docs Offline ? Or we just need to do it Explicitly ?
@askundu99 If you have to do it offline you have to use NPM (Node Js) packages like this one - www.npmjs.com/package/postman-to-openapi, I have not use that you can give it a try . Happy Coding..
thank you so much for this video
wow, thank you master
Instead of using Swagger or Postman for API, I like to use Apidog for producing my API docs in just a few seconds.
@bluewavezzz Ok , that is good when you are working as a freelancer. What about if you are working in a compnay where the project is continuing for the last 5 years and all there documantion are in postman and there are more that 2000 endpoints. There are a lot of real world scenarios that may occur, When you are working alone it all good. That is why the knowledge of different kind of things is need.
I think you have converted json to ymal not XML
Hi Thanks for the video.
I tried this, but after I pasted the converted code from Metamug to the Swagger editor, I tried to run, but it says it failed to fetch. How can I resolve this, please?
I am not sure it sounds like there is a version problem.
@@code-180 Thank you. Does Swagger have anything that the developer needs to embed in the code? I am not the developer; I am just documenting the API collection from Postman.
Yes there are a lot of things that need to pass on for making a swagger documentation form developer endpoint, as some of them are mandatory and some are optional.
@@code-180 Thank you. When I executed the code on local host it worked. May I know how to host the swagger.ui publically.
@@yarammusic AM ALSO INTERESTED
awesome thanks mate
How do you create a documentation?