RestSharp is a simple to use REST client library for .NET
I've been trying to create a simple prototype web application that uses RestSharp to call Rest API. I've not been …
c# rest restsharpI am trying to make a very basic REST call to my MVC 3 API and the parameters I pass in …
c# json asp.net-mvc-3 rest restsharpTL;DR Version I have a object of type JToken (but can also be a string) and I need to …
c# windows-phone-7 json.net restsharpI m trying to POST the request using RestSharp client as follows I m passing the Auth Code to following …
c# windows-phone-7 restsharpI have these settings: Auth URL (which happens to be a "https://login.microsoftonline.com/...") if that helps. Access Token …
c# oauth-2.0 restsharpI'm building a client for an RSS reading service. I'm using the RestSharp library to interact with their API. The …
c# http-headers restsharpI have a string that comes out of a database which is in Json format. I have tried to deserialize …
c# json rest asp.net-web-api restsharpI'm struggling to find a modern example of some asynchronous C# code that uses RestSharp with async and await. I …
c# .net asynchronous async-await restsharpI am trying to post the following JSON with RestSharp: {"UserName":"UAT1206252627", "SecurityQuestion":{ "Id":"Q03", "Answer":"Business", "Hint":"The answer …
c# json restsharpI'm trying to use RestSharp to consume a web service. So far everything's gone very well (cheers to John Sheehan …
.net xml restsharp