I have implement this code but here error this RestSharp.Method' to 'string?
var request = new RestRequest(Method.Post);
I have implement this code but here error this RestSharp.Method' to 'string?
var request = new RestRequest(Method.Post);
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted May 5, 2022, 5:31 PM
Sachin SinghPosted May 6, 2022, 11:42 AM
RohanPosted May 6, 2022, 11:02 AM
Sachin Please let me know regarding this line
var request = new RestRequest("/MethodName/", Method.POST);
Here you can add "/MethodName/" In string format . Me too as it is Implement or not
Amit MohantyPosted May 6, 2022, 5:28 AM