Postman To Swagger | API Documentation In 5 Mints | Swagger Editor | Postman-To-Openapi

Поделиться
HTML-код
  • Опубликовано: 14 ноя 2024

Комментарии • 22

  • @priyanshupramanik1162
    @priyanshupramanik1162 День назад

    can we maintain separate file for paths, components (in json format)

    • @code-180
      @code-180  День назад

      @priyanshupramanik1162 Yes, you can

  • @karthic5231
    @karthic5231 5 месяцев назад

    it is very good and Well-informed thanks

  • @premchandyadav5013
    @premchandyadav5013 Месяц назад

    Very good

  • @askundu99
    @askundu99 21 день назад

    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 ?

    • @code-180
      @code-180  6 дней назад

      @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..

  • @johncashman2373
    @johncashman2373 5 месяцев назад

    thank you so much for this video

  • @dansinn
    @dansinn 5 месяцев назад

    wow, thank you master

  • @bluewavezzz
    @bluewavezzz 3 месяца назад

    Instead of using Swagger or Postman for API, I like to use Apidog for producing my API docs in just a few seconds.

    • @code-180
      @code-180  2 месяца назад +1

      @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.

  • @imarpit007
    @imarpit007 4 месяца назад

    I think you have converted json to ymal not XML

  • @uniqueramya3632
    @uniqueramya3632 4 месяца назад

    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
      @code-180  4 месяца назад

      I am not sure it sounds like there is a version problem.

    • @uniqueramya3632
      @uniqueramya3632 4 месяца назад

      @@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.

    • @code-180
      @code-180  4 месяца назад

      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.

    • @yarammusic
      @yarammusic 4 месяца назад +1

      @@code-180 Thank you. When I executed the code on local host it worked. May I know how to host the swagger.ui publically.

    • @AnthonyObi-wr6ro
      @AnthonyObi-wr6ro 2 месяца назад

      @@yarammusic AM ALSO INTERESTED

  • @martinmtawali7359
    @martinmtawali7359 5 месяцев назад

    awesome thanks mate