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!
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.
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.
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
I'm honestly not familiar with Supabase so I couldn't really say. If you want though, you can join the Discord I mod, we have at least one developer who has worked extensively with Supabase that would probably know better than I would: www.learnbuildteach.com
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!
I think you can ignore setting that header. Otherwise you can try setting “Authorization: None” directly below the URL. I haven’t tested this, but I believe it should work.
@@ADSNGreenLife Youd need that space because it separates the headers from the body in the request. If you want, DM me your code on Twitter (@brianmmdev) and I can help you debug it.
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!
Helped me a lot. Exactly the details that I needed and couldn't realize in docs. Thank you.
Thanks!
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
Yeah its pretty awesome! Loving what its capable of.
Awesome. Thanks Brian! Keep posting!
Thanks! Will do!
This is great! Going to install this now :)
Really interested in hearing your thoughts 😁
Oh man, that was Efficient! Short and Effective!
Thank you! Much easier to understand than docs :)
Glad it was able to help 😊
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
Do you know how it compares to the Thunder Client extension?
Sorry I don’t. Haven’t used Thunder Client yet
@@brianmmdev Ok. thanks :)
Is there a way to run all requests at once?
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.
how we can write pre-request-scripts written in postman in rest client?
Question: How to run Rest Client API 2000 times in a loop for different data parameters?
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.
I'm not sure unfortunately. There might be something in their docs?
hey,i got a probel in my case i cannotn make the .http file ,any solution?
It's very helpful. Please suggest how to pass JSON object in POST. Thanks in advance.
Great video, liked and subbed
Glad you liked it, thanks for the sub too!
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
I'm honestly not familiar with Supabase so I couldn't really say. If you want though, you can join the Discord I mod, we have at least one developer who has worked extensively with Supabase that would probably know better than I would: www.learnbuildteach.com
This was really useful , how can I get specific json data from response ?
Not sure I understand. What are you looking to do specifically?
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!
That's strange, sounds like a bug because I close the window all the time when Im done with it.
How do you send a patch request through vs code rest client ?
I imagine it would be to just use the `patch` method in replacement of where Im using the others. I havent tested that though.
@@brianmmdev you are right, thanks
Hi, great tutorial. I am new in learning APIs. Do you have step by step creation of Java APIs using VScode?
Thank you! Sorry, I actually am not overly familiar with Java.
@@brianmmdev Thank you.
I have [AllowAnonymous] attribute on HttpGet so how can send Authorization: None Rest Client???
I think you can ignore setting that header. Otherwise you can try setting “Authorization: None” directly below the URL. I haven’t tested this, but I believe it should work.
@@brianmmdev removed before you said bu now getting an error "getaddrinfo ENOTFOUND http"
@brian if I removed above space from JSON now getting error " header name must be a valid HTTP token ["{"]
@@ADSNGreenLife Youd need that space because it separates the headers from the body in the request.
If you want, DM me your code on Twitter (@brianmmdev) and I can help you debug it.
I might miss something in the documentation. How to put comments in .http files?
If I recall, use the hash mark #
Very helpful! Thx
Glad it helped!
Thank you !!
Can i test file with this?
Not sure what you mean, what file?
@@brianmmdev I want to pass file(file upload) and json or plain text data together using multi part form data. How can I do that?
Thanks guy
Thank you
Awesome mate... how do I pass NTLM auth in the request? 🤔
Thanks! Looks like that feature is on the backlog for now: github.com/Huachao/vscode-restclient/issues/15
three ### ah now its working thankss
Thanks for the video but imo Thunderclient is a much better plugin. It's like postman but much faster
I’ve heard that, but still haven’t done much with it. Appreciate the suggestion
thanks
You're welcome!
Thanks....
nice
Helpful, one subscribe
Thank you!
Great video, liked and subbed
Thank you :D
Thank you!