An VS Code extension that would replace Postman!!!
Prasath Ravichandran
Software Engineer | JavaScript, React.js | Innovating with Cutting-Edge Technologies
I have been working in a Postman for testing HTTP requests(REST APIs), but I just found one VS Code extension that would replace the usage of the Postman.
The extension name is Thunder client.
Let's have a look,
Step 1: Installation:
Open Visual Studio Code Editor and tab extensions, then search for Thunder Client and install the extension.
Open the thunder client.
Step 2: Make a new Request:
Let's make a new Request by clicking New Request button, which will open up a UI that looks a lot like the Postman, then send a request. Here I am using JSONplaceholder Fake API service for testing purpose.
We can also send Query parameters, Sending headers, Setting environmental variables and lot more.
This extension will helps the developers to do everything inside a single application, not to go for a separate application. So If you like the content, please share this article with your friends.
Thanks for reading!
Happy Coding.