impostman icon indicating copy to clipboard operation
impostman copied to clipboard

Export verb to postman collections

Open mmaazahmed opened this issue 1 year ago • 3 comments

Feature description

any plans for exporting verb or restclient to a postman collection json?

mmaazahmed avatar Oct 22 '24 09:10 mmaazahmed

Hi,

This is not planned actually, my goal was to import my old Postman collections into Emacs (verb) and to stop using Postman.

I understand the reverse path could be nice as well, but I thought it would be rarely needed.

flashcode avatar Oct 22 '24 10:10 flashcode

I would find that useful – that way I could continue using verb and avoid having to manually copy things into postman just to send it to some non-emacs user.

unhammer avatar Aug 19 '25 12:08 unhammer

I would find that useful – that way I could continue using verb and avoid having to manually copy things into postman just to send it to some non-emacs user.

restclient and verb both have great support for exporting to curl. And postman has great support to import curl. That' s the path I follow to send stuff to Postman users.

Even otherwise, curl is very open, transparent, non-complicated. All stuff is visible right there in plain text for everyone to see, without hiding in "variables", or "settings", or "environment files". So it is the least likely to be misinterpreted even if one were to read it manually.

bingoUV avatar Oct 26 '25 14:10 bingoUV