Thunder Client Rest API for VS Code || BYE BYE postman
In this article guide, I tried to show you how to setting up Thunder Client rest API in your visual studio code and also also I showed you how to create new collection.
Yeah! Moreover it’s time to say goodbye to the Postman API
Thunder Client:
Thunder Client is Rest API Client Extension for Visual Studio Code, with
simple and clean design. The extension makes api testing very easy
with Scriptless GUI based testing.
Features
- Lightweight http client with simple and clean UI.
- Activity, Collections and Environment Tabs in the Action Bar View for quick access.
- Graphql: Send Graphql Query & Variables has syntax highlighting support.
- The Response data supports syntax hightlighting using ACE Editor which can handle large responses easily, you can also view response in Full Screen
- Environment Variables: Syntax highlighting support for environment variables just use
{{variable}}
syntax in most fields - Scriptless Testing: Test APIs with GUI based functionality, no scripting knowledge needed.
- Themes: The extension also supports VS Code themes.
Install Thunder Client
Step: 1
- Open your VS Code
- Next, Click on the Extension Icon
- Install the Extension, Click Thunder Client icon on the Action Bar
Step: 2
1. Click on the install
Step: 3
1. Click on the left side Thunder Client icon
2. And, create your new collection
3. From Command Palette (Cm+Sh+P) type thunder
and select Thunder Client: New Request
Hurry ! It's Done
Comments
Post a Comment