Quick Tip - HTTP Requests Made Easy in Visual Studio Code

Поделиться
HTML-код
  • Опубликовано: 9 июл 2024
  • Ever wish there was an easier way to Curl or make HTTP / Rest requests? There's a FREE and amazing way to do it in Visual Studio Code.
    Get Visual Studio Code for FREE here:
    code.visualstudio.com/
    Easiest to get the REST Client plugin inside Visual Studio Code, but if you want to check out the features, you can see them here:
    marketplace.visualstudio.com/...
    Also, as mentioned in the video, you can use the postman echo service to test out your HTTP requests a really useful tool!
    www.postman.com/postman/works...
    Let us know if you have any questions and we'll do our best to help!
    www.codingblocks.net
    Join us on Slack:
    www.codingblocks.net/slack
    Social
    =============================================
    Twitter: @CodingBlocks
    Facebook: / codingblocks
    Podcast
    ===========================================
    iTunes: www.codingblocks.net/itunes
    Stitcher: www.codingblocks.net/stitcher

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

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

    Big fan. I'm studying IT and love your coding podcasts.
    I'm a postman and listen to guys every day while on delivery.
    Just needed a face to the voice. I guess you don't all work together as often these days.

  • @bentsui
    @bentsui 2 года назад +2

    Keep 'em coming! Big fan of the podcast ("tip of the week" is my favorite part of the show as well)

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

    After Postman and thunder client screwing over this this the safest plug-in for the future

  • @santhoshKumar-rr1bu
    @santhoshKumar-rr1bu 3 месяца назад

    How we can send https request with client certificate in c++

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

    Nice tip!

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

    Do you know how this REST Client compared to the Thunder Client extension in VS code? I only see info for one at a time.

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

    This is neat but how do incorporate requests into my python scripts. I want to take the responses from an HTTP GET request and save and read the response.