Why is RestSharp So Great for C# Developers? Headers and Query Strings That's Why!

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

ความคิดเห็น • 9

  • @hansdevelde6326
    @hansdevelde6326 2 ปีที่แล้ว +1

    You deserve much more likes !!!! Very good tutorials, Nick!

  • @Time21
    @Time21 2 ปีที่แล้ว +2

    Seems very interesting, thanks for the info provided

  • @MrJulinas
    @MrJulinas ปีที่แล้ว +1

    Hi, can i use
    Request.AddParameter("NAME","VALUE",RestSharp.Parametertypr.QueryString)
    Instead off Request.AddQueryParameter ?.
    I mean, is that the same?.

    • @nickproudprogrammer
      @nickproudprogrammer  ปีที่แล้ว +1

      I think it's the same, but I've never tried that way. I suppose it's down to individual choice if they are the same

  • @slashd
    @slashd 2 ปีที่แล้ว

    0:16 Hello world to you too! 😊

  • @xDDBF
    @xDDBF 2 ปีที่แล้ว

    PLEASE, tell me how would i get the value of "userId" if i don't know it in advance? let's say i have to do a GET request and i have the answer in this GET request, how do i retrieve ONLY the value of "userId" so i can pass it as a value later on if i have to POST somewhere else? Hopefully you understand what i mean.

  • @franklinkf
    @franklinkf 2 ปีที่แล้ว +1

    Great