You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to be able to export directly to Postman collections format (v2 - structure documented here).
There are other existing JS libraries to do this (e.g. https://github.com/javieraviles/Har2Postman/) and it's very simple (it's a JSON -> JSON transformation) but integrating that in Httpsnippet too would be useful, to make it available within the same structure & using the same API as all the other HTTP export formats here.
The text was updated successfully, but these errors were encountered:
It would be useful to be able to export directly to Postman collections format (v2 - structure documented here).
There are other existing JS libraries to do this (e.g. https://github.com/javieraviles/Har2Postman/) and it's very simple (it's a JSON -> JSON transformation) but integrating that in Httpsnippet too would be useful, to make it available within the same structure & using the same API as all the other HTTP export formats here.
The text was updated successfully, but these errors were encountered: