Vscode-restclient: Is there a way to import saved requests from postman?

Created on 17 Apr 2020  路  3Comments  路  Source: Huachao/vscode-restclient

Is there a way to import postman collections into .http files so we can use them in vscode-restclient?

Thanks

feature request

Most helpful comment

@Huachao @rohitkrishna094
Regards this thing - I'm working on it from time to time:
https://github.com/rafek1241/vscode-restclient/tree/feature/import-documents
Still in progress but at least documents are parsed. It will take much time because there's still wrap up of the importer architecture, resign from postman-collection dependency and use our-own typescript interfaces...

All 3 comments

@rohitkrishna094 nice suggestion, I am considering the feature that supports importing requests of postman, swagger and HAR format.

@Huachao @rohitkrishna094
Regards this thing - I'm working on it from time to time:
https://github.com/rafek1241/vscode-restclient/tree/feature/import-documents
Still in progress but at least documents are parsed. It will take much time because there's still wrap up of the importer architecture, resign from postman-collection dependency and use our-own typescript interfaces...

Actually, synchronizing with Postman would be key for us, not sure if that's just a very specific case scenario, but the reason we keep postman is because it is very easy and quick to reference things in a team environment and to provide quick examples to others (not just devs) on how to work with our API's.

However, using this within VSC for a developer is MUCH MUCH faster and can leverage much more of what's already available to us within the app itself. So if there was also a way to export or sync to postman stuff we've already setup as tests locally that would be fantastic.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lldata picture lldata  路  13Comments

ben-foster-cko picture ben-foster-cko  路  19Comments

heneds picture heneds  路  32Comments

ryan-ju picture ryan-ju  路  17Comments

symbioticKid picture symbioticKid  路  28Comments