DEV Community

Discussion on: I've completely replaced the need for Postman with this one extension in VS Code!

Collapse
 
avinashtiwari profile image
Avinash Tiwari

The extension seems nice and I am going to use it for my personal projects as I don't have to move back and forth from VS code to the postman. Although, if it can be done, can you add a feature to import collection from postman too? Then, this will be a one-stop solution for interacting with APIs.

Collapse
 
vixan profile image
Duca Vitalie-Alexandru

I believe you can already import Postman collections and environment files.

Collapse
 
avinashtiwari profile image
Avinash Tiwari

I tried but it said can not import the collection. It was a postman collection consisting of almost 350 requests.

Thread Thread
 
pmutua profile image
Philip Mutua

Hi @avinash Tiwari, go to your postman collection and right click and export the collection. Use the json file when importing on Thunder Client.

You should see your collections organized:

Thread Thread
 
avinashtiwari profile image
Avinash Tiwari

Great Thanks! it is working flawless! Just want one feature to import the collection in the folder structure, then everyone can freely move to postman!
Thanks for the effort! Great extension.

Thread Thread
 
pmutua profile image
Philip Mutua

@ranga_vadhineni is the creator of this
aswome extension.