Using the REST Client VSCode Plugin

preview_player
Показать описание
Learn how to use the REST Client plugin for VSCode to test your APIs. I'll cover how to write basic tests, use variables, and how to easily switch between environments so you can configure the plugin for different targets.

🔴 Subscribe today!

👋 Connect w/me:

__________________________________________

🖥 My Rig

__________________________________________

🎥 Streaming Gear
__________________________________________

⏯ My Coding Series'

__________________________________________

📚 Other Excellent Learning Resources

Please note that links in this description may or may not be affiliate links, where I make a small commission if used.

Thanks For Watching!
Рекомендации по теме
Комментарии
Автор

Thanks Brian for releasing me from my commercial iron chains. I'll be donating to this guy's effort.
Very well presented! I actually understood EVERYTHING you presented.

Keep'em coming!

DavidKHill
Автор

This extension is a very useful. My machine cannot handle more and more instances of electron so it's a nice alternative to postman and insomnia

MaxProgramming
Автор

Helped me a lot. Exactly the details that I needed and couldn't realize in docs. Thank you.

michelalessandro
Автор

Oh man, that was Efficient! Short and Effective!

SadeghMirzaee-fdlg
Автор

Thank you! Much easier to understand than docs :)

Mvrck
Автор

Nice video with efficient setup and use, thanks, i hope they (res client plugin developper) could add testing to it, it's a fantastic tool

jpv
Автор

It's very helpful. Please suggest how to pass JSON object in POST. Thanks in advance.

azinindia
Автор

Do you know how it compares to the Thunder Client extension?

kamilerastene
Автор

Thanks for sharing this video. Do you know how we can identify .env files in the root projects in an http file using the rest client?
it does not recognize my variables from dev.env and I couldn't find the related settings to set the path to the env file in the settings.json in .vscode directory. Any help would be appreciated.

farkooch
Автор

This is great! Going to install this now :)

JamesQQuick
Автор

This was really useful, how can I get specific json data from response ?

sudharshanamohan
Автор

Is there a way to run all requests at once?

KaushikGanguly
Автор

Hi, great tutorial. I am new in learning APIs. Do you have step by step creation of Java APIs using VScode?

skipa
Автор

The only issue I have is that sometimes link "Send Request" becomes not clickable and I have to re-open rest file. This happens a lot when I edit other files and switch back and forth to rest file to test.

jedinica
Автор

Is it possible to use this plugin with Supabase? I'm getting "message": "No API key found in request" even though I added an apikey and authorization key

NoahNobody
Автор

hey, i got a probel in my case i cannotn make the .http file, any solution?

flaykaz
Автор

how we can write pre-request-scripts written in postman in rest client?

darshan
Автор

Loving the extension, but if you close that response-window containing your actual json, it aint comming back. ever. Nuke extensions folder/data, VSC etc. Its gone. Now i have to press F1 and run "Rest.client.request" command manually instead of using the command CTRL+ALT+R.... Found a fix for this? HIT ME UP!

kvEik
Автор

I might miss something in the documentation. How to put comments in .http files?

avalagum
Автор

I have [AllowAnonymous] attribute on HttpGet so how can send Authorization: None Rest Client???

ADSNGreenLife