O
oedev
Guest
Example code to re-produce issue; USING RestSharp.*. def variable request as RestSharp.RestRequest. def variable client as RestSharp.RestClient. def variable response as RestSharp.IRestResponse. client = new RestSharp.RestClient("https://reqres.in/api/"). request = new RestSharp.RestRequest("users", RestSharp.Method:GET). response = client:Execute(request).
Continue reading...
Continue reading...