Hi, can i use Request.AddParameter("NAME","VALUE",RestSharp.Parametertypr.QueryString) Instead off Request.AddQueryParameter ?. I mean, is that the same?.
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.
You deserve much more likes !!!! Very good tutorials, Nick!
Glad you like them!
Seems very interesting, thanks for the info provided
Pleasure! Glad you enjoyed it! 😁
Hi, can i use
Request.AddParameter("NAME","VALUE",RestSharp.Parametertypr.QueryString)
Instead off Request.AddQueryParameter ?.
I mean, is that the same?.
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
0:16 Hello world to you too! 😊
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.
Great