VS Code Tip of the Week: The Thunder Client Extension

Nick Taylor - Jul 4 '22 - - Dev Community

This week's VS Code Tip off the Week is the Thunder Client extension.

Thunder Client is a lightweight Rest API Client Extension for Visual Studio Code

There's amazing tools out there like Postman, Postwoman (now Hoppscotch), etc. but I like the fact that I can use this directly within VS Code.

Typing thund in the VS Code Command Palette

Select Thunder Client New Request from the available items in the list.

The Thunder Client New Request window open in VS Code

The New Request window opens with a test GET request to https://www.thunderclient.com/welcome.

Click the SEND button to make the GET request. A response from thunderclient.com is returned.

The response from the GET request to https://www.thunderclient.com/welcome. The value is the following JSON: {<br>
  "about": "Thunder Client is a hand-crafted lightweight Rest API Client extension for VS Code.",
"createdBy": "Ranga Vadhineni",
"github": "github.com/rangav/thunder-client-support",
"twitter": "twitter.com/thunder_client",
"auth": "Supported Authentication methods Basic Auth, Bearer Token & OAuth 2.0",
"graphql": "The client supports Graphql Query & Variables",
"support": "For Bugs & Feature requests please submit on github",
"share": "Please spread the word about Thunder Client"
}"/>

There's a lot more you can do with the extension, so I encourage you to check out their repository on GitHub!

GitHub logo thunderclient / thunder-client-support

Thunder Client is a lightweight Rest API Client Extension for VS Code.

Thunder Client

Visual Studio Marketplace Installs Visual Studio Marketplace Version NPM Version Discord Badge Reddit

Thunder Client is a lightweight Rest API Client Extension for Visual Studio Code, hand-crafted by Ranga Vadhineni with a focus on simplicity, clean design and local storage. The source code is not open source. You can report any Bugs Or Feature requests here.

Story behind Thunder Client

  • Read Launch Blog Post on Medium

Milestones

  • The extension was launched on March 31st, 2021
  • 500K downloads on Dec 20th, 2021
  • 1 Million downloads on July 13th, 2022
  • View All Milestones

Innovations

  • First to introduce GUI based API Client for VS Code.
  • First to introduce 100% local storage API Client.
  • First to introduce Scriptless Testing.
  • First to introduce an advanced CLI that runs Requests, Collections and cURL commands.
  • More to come...

Follow Us for Updates

 Twitter     LinkedIn

How to Use

  • Install the…

Happy VS Coding!

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player