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 "Send Request" and voila! ๐ŸŽ

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:

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

Happy coding!

Want More?

Invest in yourself with my high-quality Flutter courses.

Flutter Foundations Course

Flutter Foundations Course

Learn about State Management, App Architecture, Navigation, Testing, and much more by building a Flutter eCommerce app on iOS, Android, and web.

Flutter & Firebase Masterclass

Flutter & Firebase Masterclass

Learn about Firebase Auth, Cloud Firestore, Cloud Functions, Stripe payments, and much more by building a full-stack eCommerce app with Flutter & Firebase.

The Complete Dart Developer Guide

The Complete Dart Developer Guide

Learn Dart Programming in depth. Includes: basic to advanced topics, exercises, and projects. Fully updated to Dart 2.15.

Flutter Animations Masterclass

Flutter Animations Masterclass

Master Flutter animations and build a completely custom habit tracking application.