Using the REST Client VSCode Plugin

Поделиться
HTML-код
  • Опубликовано: 13 янв 2025

Комментарии • 68

  • @DavidKHill
    @DavidKHill 8 месяцев назад

    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!

  • @michelalessandro
    @michelalessandro 2 года назад +1

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

  • @chetanhanda
    @chetanhanda 8 месяцев назад

    Thanks!

  • @MaxProgramming
    @MaxProgramming 3 года назад +7

    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

    • @brianmmdev
      @brianmmdev  3 года назад

      Yeah its pretty awesome! Loving what its capable of.

  • @bobdpa
    @bobdpa 2 года назад +1

    Awesome. Thanks Brian! Keep posting!

  • @JamesQQuick
    @JamesQQuick 3 года назад

    This is great! Going to install this now :)

    • @brianmmdev
      @brianmmdev  3 года назад

      Really interested in hearing your thoughts 😁

  • @SadeghMirzaee-fd8lg
    @SadeghMirzaee-fd8lg Год назад

    Oh man, that was Efficient! Short and Effective!

  • @Mvrck44
    @Mvrck44 3 года назад +3

    Thank you! Much easier to understand than docs :)

    • @brianmmdev
      @brianmmdev  3 года назад +1

      Glad it was able to help 😊

  • @jpv512
    @jpv512 Год назад

    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

  • @kamilerastene5275
    @kamilerastene5275 2 года назад +1

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

    • @brianmmdev
      @brianmmdev  2 года назад

      Sorry I don’t. Haven’t used Thunder Client yet

    • @kamilerastene5275
      @kamilerastene5275 2 года назад

      @@brianmmdev Ok. thanks :)

  • @KaushikGanguly72
    @KaushikGanguly72 10 месяцев назад

    Is there a way to run all requests at once?

  • @jedinica021
    @jedinica021 Год назад

    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.

  • @darshan1304
    @darshan1304 Год назад

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

  • @vineetgupta7058
    @vineetgupta7058 Месяц назад

    Question: How to run Rest Client API 2000 times in a loop for different data parameters?

  • @farkooch
    @farkooch 2 месяца назад

    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.

    • @brianmmdev
      @brianmmdev  Месяц назад

      I'm not sure unfortunately. There might be something in their docs?

  • @flaykaz
    @flaykaz Год назад

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

  • @a2zinindia
    @a2zinindia 2 года назад

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

  • @OmarElmasry1
    @OmarElmasry1 3 года назад

    Great video, liked and subbed

    • @brianmmdev
      @brianmmdev  3 года назад

      Glad you liked it, thanks for the sub too!

  • @NoahNobody
    @NoahNobody 2 года назад

    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

    • @brianmmdev
      @brianmmdev  2 года назад

      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

  • @sudharshanamohan
    @sudharshanamohan 2 года назад

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

    • @brianmmdev
      @brianmmdev  2 года назад

      Not sure I understand. What are you looking to do specifically?

  • @kvEik
    @kvEik 3 года назад

    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!

    • @brianmmdev
      @brianmmdev  3 года назад +1

      That's strange, sounds like a bug because I close the window all the time when Im done with it.

  • @daru25able
    @daru25able 2 года назад

    How do you send a patch request through vs code rest client ?

    • @brianmmdev
      @brianmmdev  2 года назад +1

      I imagine it would be to just use the `patch` method in replacement of where Im using the others. I havent tested that though.

    • @daru25able
      @daru25able 2 года назад

      @@brianmmdev you are right, thanks

  • @skipa9906
    @skipa9906 2 года назад

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

    • @brianmmdev
      @brianmmdev  2 года назад +1

      Thank you! Sorry, I actually am not overly familiar with Java.

    • @skipa9906
      @skipa9906 2 года назад

      @@brianmmdev Thank you.

  • @ADSNGreenLife
    @ADSNGreenLife 3 года назад

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

    • @brianmmdev
      @brianmmdev  3 года назад

      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
      @ADSNGreenLife 3 года назад

      @@brianmmdev removed before you said bu now getting an error "getaddrinfo ENOTFOUND http"

    • @ADSNGreenLife
      @ADSNGreenLife 3 года назад

      @brian if I removed above space from JSON now getting error " header name must be a valid HTTP token ["{"]

    • @brianmmdev
      @brianmmdev  3 года назад +1

      @@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.

  • @avalagum7957
    @avalagum7957 2 года назад

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

    • @brianmmdev
      @brianmmdev  2 года назад

      If I recall, use the hash mark #

  • @jasonhuang4333
    @jasonhuang4333 3 года назад

    Very helpful! Thx

  • @chetanhanda
    @chetanhanda 8 месяцев назад

    Thank you !!

  • @MijanurRahman-jo1st
    @MijanurRahman-jo1st 3 года назад

    Can i test file with this?

    • @brianmmdev
      @brianmmdev  3 года назад

      Not sure what you mean, what file?

    • @MijanurRahman-jo1st
      @MijanurRahman-jo1st 3 года назад

      @@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?

  • @RodrigoHenrique-up7fb
    @RodrigoHenrique-up7fb 8 месяцев назад

    Thanks guy

  • @RajVadla
    @RajVadla 3 года назад

    Thank you

  • @abhishekbiswas2267
    @abhishekbiswas2267 3 года назад

    Awesome mate... how do I pass NTLM auth in the request? 🤔

    • @brianmmdev
      @brianmmdev  3 года назад

      Thanks! Looks like that feature is on the backlog for now: github.com/Huachao/vscode-restclient/issues/15

  • @diwakardayal954
    @diwakardayal954 2 года назад

    three ### ah now its working thankss

  • @agguLi
    @agguLi 2 года назад

    Thanks for the video but imo Thunderclient is a much better plugin. It's like postman but much faster

    • @brianmmdev
      @brianmmdev  Год назад

      I’ve heard that, but still haven’t done much with it. Appreciate the suggestion

  • @abelardodiaz6276
    @abelardodiaz6276 2 года назад

    thanks

  • @arazibrahim7416
    @arazibrahim7416 Год назад

    Thanks....

  • @schandraguptarajah2823
    @schandraguptarajah2823 3 года назад

    nice

  • @hurleywflow2227
    @hurleywflow2227 3 года назад

    Helpful, one subscribe

  • @RoyCuenca
    @RoyCuenca 3 года назад

    Great video, liked and subbed

  • @gryg666
    @gryg666 3 месяца назад

    Thank you!