An VS Code extension that would replace Postman!!!

An VS Code extension that would replace Postman!!!

I have been working in a Postman for testing HTTP requests(REST APIs), but I just found one VS Code extension that would replace the usage of the Postman. 

The extension name is Thunder client.

Let's have a look,

Step 1: Installation:

Open Visual Studio Code Editor and tab extensions, then search for Thunder Client and install the extension.

No alt text provided for this image

Open the thunder client.

No alt text provided for this image

Step 2: Make a new Request:

Let's make a new Request by clicking New Request button, which will open up a UI that looks a lot like the Postman, then send a request. Here I am using JSONplaceholder Fake API service for testing purpose.

No alt text provided for this image

We can also send Query parameters, Sending headers, Setting environmental variables and lot more.

No alt text provided for this image

This extension will helps the developers to do everything inside a single application, not to go for a separate application. So If you like the content, please share this article with your friends.

Thanks for reading!

Happy Coding. 

要查看或添加评论,请登录

Prasath Ravichandran的更多文章

  • display: flow-root, A nice little alternative for clearfix in CSS.

    display: flow-root, A nice little alternative for clearfix in CSS.

    There are numerous display properties in CSS, but have you heard of flow-root??? Here are the details, In CSS…

  • React native Reanimated - Quick Look??????

    React native Reanimated - Quick Look??????

    React Native, a popular JavaScript-based UI software framework that allows you to build natively rendering mobile apps…

    2 条评论
  • Scoped storage in Android 11 - React native ??????

    Scoped storage in Android 11 - React native ??????

    From November 2021, the google play console forced the developers to deploy the Android app, targeting API 30(Android…

    3 条评论
  • JS [De,structur,ing] assignment ????

    JS [De,structur,ing] assignment ????

    The destructuring assignment is a javascript expression that takes values from arrays or properties from objects and…

  • Async Await try-catch hell ??????

    Async Await try-catch hell ??????

    There are many new features in JavaScript, which were helpful for the developer in day-to-day programming. One of them…

  • What is SvelteJS? How fast is SvelteJS???????

    What is SvelteJS? How fast is SvelteJS???????

    Svelte is a Javascript tool for creating UI components just like React, Angular, and Vue. But Svelte is different from…

  • CSS is too hard(myth) ???

    CSS is too hard(myth) ???

    CSS stands for Cascading style sheet, and it was awesome, ever since it came out in the year 1996 when Netscape was the…

社区洞察

其他会员也浏览了