Is there a way to import postman collections into .http files so we can use them in vscode-restclient?
Thanks
@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.
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-collectiondependency and use our-own typescript interfaces...