If you are a developer then you definitely know about the Rest API. You must have either consumed or developed a rest API.
In both cases, you must have used some rest client, to test the rest API. The most commonly used tool is Postman.
But do you know that you can test your rest API even without this tooI.
I mean to say that, you don’t need to install any extra tool in your laptop or desktop only for REST API testing.
How to test REST API without POSTMAN?
That you can do with Visual Studio Code. All you have to do is to install an extension.
You can choose from n number of available extensions. Some of them are REST Client for Visual Studio Code, Thunder Client.
In these extensions, you can do all the work that you do in the POSTMAN or any other REST API tool to test the API.
So let’s install this extension in the VS code and see how it works.
I have installed Thunder Client.
To demonstrate this I have made a video, watch this video completely.
Nice information.
Interesting VS code extension, I will use this.
Keep posting such informative content.