Top "Restsharp" questions

RestSharp is a simple to use REST client library for .NET

RestSharp Accept header change

I am using RestSharp for developing on the client side. I am also using Ruby Grape gem for my custom …

c# ruby http restsharp grape
RestSharp & TLS 1.1

Are there any known issues with using RestSharp & TLS 1.1? We currently use RestSharp to send post requests to a …

post ssl restsharp
Maintaining a single instance to a RestSharp client

Along similar lines to this question, is it okay to instantiate a client and hold on to it, or do …

c# restsharp
RestSharp deserialize JSON content(represent an object contains an byte array) error

The 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 restsharp
debugger is looking for executioncontext.cs, how to fix?

I 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 restsharp
How to mock RestSharp portable library in Unit Test

I would like to mockup the RestClient class for test purposes public class DataServices : IDataServices { private readonly IRestClient _restClient; public …

c# unit-testing xamarin moq restsharp
Unable to send cookies with RestSharp

I 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 restsharp
Can RestSharp send a List<string> in a POST request?

I am trying to get RestSharp to work with a restful service that I have. Everything seems to be working …

json serialization restsharp
RestSharp Serialize JSON in camelCase

I am trying to post JSON in camelCase, and have followed the instructions here: https://github.com/restsharp/RestSharp/wiki/…

json restsharp simplejson camelcasing
Add certificate on request with RestSharp

I'm trying to communicate with a server. This server send me a certificate and a private key in order to …

c# x509certificate restsharp