Before going what to use instead of Postman.
First of all a brief description about Postman.
Inshort Postman is an application used for API testing.
It is a separate application which makes it annoying sometimes to switch from editor to application.
So how can we escape it 🙃
Is there is any solution 🤔
Yes there is!!
If you are a VS code user use this extension to save your space and time.
Download this Extension
Thunder Client
After downloading click on the left vertical side at three dots to activate thunder client on VS CODE.
Then click on NEW REQUEST to send request like you send on Postman after that following will open on new tab.
Hope you love it Thanks for reading ❤️
Top comments (3)
This is pretty cool. I've never been a fan of Postman it feels clunky with way too many features like using a pile-driver when a hammer would do. Not a VScode plugin but I really like Insomnia.
Also check out the REST Client extension for at very light weight an cool way to do HTTP requests from the VSCode editor.
Thanks alot will try😇