Skip to content

Latest commit

History

History
61 lines (32 loc) 路 1.68 KB

File metadata and controls

61 lines (32 loc) 路 1.68 KB

REST Client extension for VSCode

REST Client is one of my favourite VSCode extensions.

It allows you to send HTTP requests and view the response directly in Visual Studio Code.

This is great if you want to have "runnable documentation" for any REST APIs you use in your project.

Let's take a look. 馃У


To get started, create a rest_client.http file in your project.

Then, you can type in HTTP requests for all the endpoints you want to use.

If needed, you can use variables too. 馃憞


When you're ready, click on "Send Request", and viola! 馃巵

REST Client will open a side window with all the response data. 馃憞


You can define your own environments too.

This is quite handy for storing API keys that you don't want to commit to git. 馃憞


REST Client has a ton of useful features.

For all the details, check the official page:


And if you want to learn about all the other VSCode extensions and shortcuts I use in my projects, check this article on my site:


Found this useful? Show some love and share the original tweet 馃檹


Previous Next
The HtmlUnescape package --enable-asserts flag in Dart / Flutter