Export verb to postman collections
Feature description
any plans for exporting verb or restclient to a postman collection json?
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.
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.
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.