Using VS Code as a postman alternative
If you have ever done some REST API development before, Then you might know for testing a REST API, we need Postman Software. In this post, I will discuss how to use VS Code as a postman alternative.
Why VS Code:
Almost everyone uses VS Code for development. If we can also use it for Test a Rest Api, then It would be better for us. In past, we have to use Postman for Test Rest API. But now we can use VS Code as a Postman alternative. So Let’s Start.
Installing Thunder Client:
We need an extension on VS Code for using it as a postman alternative. So let’s install it step by step.
1 — Search Thunder Client in Extensions Panel:
First, go to VS Code. Then search for “Thunder Client” in Extensions Panel.
2 — Install the Extension:
Now let’s install this extension
3 — Use Thunder Client:
Now we can use VS Code as Postman Alternatives. Let’s fetch an Api using it.
That’s how we can use VS Code as a Postman Alternative.
Happy Coding…