RestSharp is a simple to use REST client library for .NET
Are there any known issues with using RestSharp & TLS 1.1? We currently use RestSharp to send post requests to a …
post ssl restsharpAlong similar lines to this question, is it okay to instantiate a client and hold on to it, or do …
c# restsharpThe Client side receives a formal JSON content "{\"Id\":[1,2,3],\"Size\":56}", but get an error in deserialization the byte array. 1 Error …
json bytearray deserialization restsharpI am debugging this code and getting a strange "source not found" page that is looking for this class called …
c# json asp.net-web-api visual-studio-2015 restsharpI would like to mockup the RestClient class for test purposes public class DataServices : IDataServices { private readonly IRestClient _restClient; public …
c# unit-testing xamarin moq restsharpI have been trying to access a REST-based API on a Windows Phone using a few different approaches, but I …
c# .net windows-phone-7 restsharpI am trying to get RestSharp to work with a restful service that I have. Everything seems to be working …
json serialization restsharpI am trying to post JSON in camelCase, and have followed the instructions here: https://github.com/restsharp/RestSharp/wiki/…
json restsharp simplejson camelcasingI'm trying to communicate with a server. This server send me a certificate and a private key in order to …
c# x509certificate restsharp