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

learn more… | top users | synonyms

0
votes
0answers
22 views

HTTP caching in RestSharp (monotouch)

RestSharp (monotouch) seems to disregard the Cache-Control headers replied by the server (for GET calls). Is that the general case, that RestSharp doesn't perform proper HTTP caching? Or have I missed ...
3
votes
3answers
81 views

Overwriting an extension method C#

I am using RestSharp to create http requests to a webservice. One of the parameters length is very long running >100 K characters, so I figured I'll need to use the POST method (because of limitations ...
0
votes
0answers
19 views

RestSharp Accept header change

I am using RestSharp for developing client side. Also I am using Ruby Grape gem for my custom API on server side. Grape gem can do versioning by setting Accept HTTP header f.e to ...
0
votes
0answers
13 views

RestSharp XML with different nodes one attribute is generic second is List

XML: <xml> <id>13234</id> <c> <a>12</a> <b>12</b> </c> <c> ... Classes: class MyResponse { ...
1
vote
2answers
44 views

Asp.net MVC 4 route failing

I'm relatively new to MVC, but have successfully built out a standard user-driven CRUD site with it, so I have some of the basics down. I started working on what I'd like to be a REST-ful api app ...
0
votes
1answer
85 views
+100

RestSharp - when a test runs for the first time, it fails. When I debug, it passes. what's going on?

Pretty basic test: [TestClass] public class ApiClientTest { private RestClient _client; [TestInitialize()] public virtual void TestInitialize() { _client = new ...
0
votes
1answer
30 views

Restsharp PUT custom header

I have to use RestSharp to PUT some data into an API. The API resource is: /clients/services/finances/{finances-id}/subcategory/{subcategory-id} Apart from template parameters, there are some query ...
-2
votes
1answer
24 views

Restsharp XML request

I'm trying to PUT some data over an API with restsharp. From the manual of the API, the PUT call is made using: template params id string barcode string and query params a string operator ...
0
votes
1answer
32 views

Use RestSharp to deserialize different data outputs from one resource

I have quite generic webservice, which responds with many standard http statuses. However, it returns different types according to these statuses. This is completely proper REST implementation: I GET ...
0
votes
1answer
24 views

RestSharp Deserializing a String

I have a string that comes out of a database which is in Json format. I have tried to deserialize it with: RestSharp.Deserializers.JsonDeserializer deserial = new JsonDeserializer(); var x = ...
1
vote
2answers
61 views

Deserializing a JSON array to a ObservableCollection

I am using RestSharp to communicate with a remote server. I receive a JSON serialized string, which i am able to deserialize into a c# object. I also am able to deserialize json arrays to List. ...
0
votes
0answers
31 views

Post media in RestSharp doesn't work

I want to attach a file to post request, but it doesn't work. public override string Post(string url, object payload) { IRestRequest request = CreateRequest(url, Method.POST); ...
0
votes
1answer
61 views

Web API calls with RestSharp - prepends application/json to body causing null parameter on action

I have a Web API service that I'm trying to access via the console using RestSharp. My RestSharp code looks like this: RestClient client = new RestClient(baseUrlString); ...
0
votes
0answers
37 views

RestSharp OAuth Put Request with Parameter

I am using the RestSharp OAuth in a Project to connect with the XING API. All requests Post, Get, Put, Delete etc working well, but now i have to do a Put Request with a Parameter as described here ...
0
votes
1answer
38 views

RestSharp Async API - Updating GUI

I am calling a Restful API using RestSharp in C# on opening the form, however on calling this the GUI opens and locks up. Just wondering what I am doing wrong... I have changed between Invoke and ...
0
votes
1answer
54 views

How to attach payload into RestSharp request?

I can not put a workload in requests with RestSharp. Can anyone help me? I tested request.AddBody(payload) -> payload is a serialized object in json but, doesn't work for me :/ :/ Thanks a lot :D ...
2
votes
2answers
82 views

Testing WebAPI with a client within a transactionScope?

Question Is there any way to specify a connection for the transactionscope so that the effects of this "out-of-context" test can be rolled back? Background I'm using RestSharp to test WebAPI ...
0
votes
0answers
29 views

RestSharp XmlSerializer Elements with Attributes and No Child Elements

Using RestSharp, How do i create an object that when serialized (XmlSerializer) creates the following XML? I.e. How do i serialize to create an XmlElement that has value AND an XmlAttribute. ...
0
votes
1answer
43 views

Restsharp deserializing server side errors

Error handling RestSharp question. If i have an error in request itself, server returns another Json answer, which should be desealized to another POCO object. Where i can handle this? For example, ...
0
votes
0answers
35 views

Is it possible to do an asynchrone file upload with RestSharp?

I have tried to upload a file asynchronously with RestSharp. Unfortunately I can't get it to work. If I use client.Execute() instead of client.ExecuteAsync() it works. Why? Is it a Bug? Is it a ...
0
votes
0answers
25 views

In restsharp, How to request after a process completed?

I 'm a newbie in using rest sharp. I follow instruction on dropbox developer and have a problem that: how can i continue send a request after a process. here is my code: private void ...
0
votes
1answer
81 views

What User-Agent to give my WebApi Requests?

I am using an api and I noticed that when I use RestSharp and do a call from my asp.net web api project my request fails. I turned on fiddler and for whatever reason the api I am requesting thinks I ...
0
votes
1answer
232 views

WebAPI and Forms Authentication CookieContainer

I successfully login to an MVC 4 Web API site and get a .ASPXAUTH Set-Cookie this way: private void Login() { var client = new RestClient("http://QQQQ/MobileAPI"); ...
0
votes
1answer
73 views

WCF and Data Transfer Object

I am stuck on this simple question. In my console application, I want to consume a wcf service. So I add the web reference to the project and call it. That is it. But why I saw some examples ...
0
votes
1answer
37 views

Debugging my target application while running RestSharp?

I'm running some tests with RestSharp that target an application in the same solution. When I hit API methods with the RestSharp client, I'd like to be able to step through those methods, but it ...
0
votes
1answer
71 views

Why is RestSharp deserializing two dates differently?

I have a rest call that returns this (using Advance Rest Client in Chrome to do testing): MyObject: [22] 0: { ID: "123456" UTC1: "2013-04-19T03:12:32Z" UTC2: "2013-04-19T03:12:36.994Z" } The code ...
0
votes
2answers
83 views

Server is not Recognizing the json, sending request using restSharp

i am trying to post some json to jboss services. using restSharp.. my code is as follows. RestClient client = new RestClient(baseURL); RestRequest authenticationrequest = new ...
0
votes
2answers
217 views

RestSharp Deserialization with JSON Array

I have a JSON response that I'm trying to deserialize with RestSharp, and it looks like this: {"devices":[{"device":{"id":7,"deviceid":"abc123","name":"Name"}}, ...
0
votes
0answers
68 views

RestSharp HTTP POST

I don't think I am doing anything crazy but am experiencing a timeout when trying to do and HTTP POST. I think the GetResponseStream is timing out. Here is the code I use to execute a POST private ...
0
votes
0answers
11 views

RestSharp How to use AddDefaultUrlSegment?

Everytime I try to use AddDefaultUrlSegment it does not work. var client = new RestClient("http://example.com/{test}); client.AddDefaultUrlSegment("test",123); when I look into fiddler it ...
0
votes
3answers
234 views

What am I missing? RestSharp won't deserialize Json

I am trying to turn a json response back from foursquare into objects. I get something like this back { "meta":{ "code":200 }, "response":{ "venues":[ { ...
0
votes
2answers
86 views

Why I can't send a push notification using the Appcelerator REST API in C#?

I'm trying to send a notify alert to all the devices subscribed to my channel through the RestSharp API for C#. This is how my code looks like: public void SendPush() { try { ...
0
votes
0answers
63 views

Restsharp will not populate my class with a Zoho CRM request

I have tried several variations of this code. While debugging I see that it pulls the xml file, however I can not get it to populate the class I created. I have read the posts on here and the few ...
0
votes
0answers
64 views

Is is possible to Post a file and json body with RestSharp?

I'd like to post one file and a json object to my server. Posting as a Parameter works fine, so this works: request.AddFile ("MyPic", organisation.Pic, "Pic.png", "image/png"); request.AddParameter ...
1
vote
0answers
107 views

RestSharp deserialize list with a DateTime element as a child

I have problem to deserialize following xml with RestSharp: <dates> <date>2013-04-30</date> <date>2013-04-16</date> <date>2013-04-05</date> ...
1
vote
1answer
51 views

POCO Classes for Flickr API response and RestSharp

After successfully trying out RestSharp with the Google Elevations API, I wanted to try it on the Flickr API. For the Elevations API, I created a set of POCO classes that I derived from the XML ...
0
votes
0answers
192 views

RestSharp and Twitter API 1.1: How do I correctly URLEncode status update text?

I'm trying to post a Twitter status from my web app, using RestSharp. The following code works perfectly: var status = "I am fine with posting this status."; var client = new ...
0
votes
0answers
60 views

XML list parsing with RestSharp

I want to display a list of event objects in my view via restsharp. For that i created my Api class: public class MyApi { const string BaseUrl = "http://myapi.com"; public MyApi() {} ...
0
votes
1answer
42 views

RestSharp - List<T> XmlDeserialize property name mapping

Restshap only Deserializes my XML and maps to my List<BankStatementItemDetail> when I give it a property name of 'Results' (I found this name by looking into the response..base..content). ...
0
votes
1answer
158 views

Rest Sharp - 406 Error - No match for accept header

I'm getting a 406 error when trying to use RestSharp to post a request to a third-party application. I'm new to REST, so I have to admit I didn't even know you could add headers. I tried adding ...
0
votes
1answer
192 views

How to deserialize a json without knowing the format?

I use RestSharp and I have a problem when I deserialize a Json. In case of success, I receive a Json like that (data is a table): {"status": "OK", "data": "[...]"} and in case of error, I receive ...
0
votes
1answer
50 views

Why does RestSharp throw an error when deserializing a boolean response?

When I make a request in RestSharp like so: var response = client.Execute<bool>(request); I get the following error: "Unable to cast object of type 'System.Boolean' to type ...
0
votes
0answers
55 views

RestSharp list on object returns null object

I'm trying to return an object via RestSharp, which has a list property on it, but the result for the entire object is always null. The object being retrieved is: public class Favourite { public ...
2
votes
0answers
120 views

RestSharp print raw request and response headers

I'm using RestSharp to make calls to a webservice. All is well but I was wondering if it would be possible to print the raw request headers and body that is sent out and the raw response headers and ...
0
votes
1answer
453 views

ReshSharp / ASP.NET WebAPI - Using POST with url parameters

I've the following ASP.NET WebAPI binding: config.Routes.MapHttpRoute( name: "DefaultApi", routeTemplate: "api/{controller}/{action}/{id}", defaults: new {id = RouteParameter.Optional} ...
0
votes
1answer
314 views

LinkedIn RestSharp and OAuthBase Example

anyone ever used C# in combination with the library RestSharp and OAuthBase in order get some interaction with LinkedIn? I'm looking for a working example using these tools to do proper authorization ...
1
vote
0answers
60 views

RestSharp POST request for a cURL request

I am using Restsharp in .net as a web api client.I have tried multiple permutations and still its not working. It is giving the following error: Connection To Failed The system returned: ...
0
votes
1answer
161 views

RestSharp serialization not serializing class name correctly

RestSharp doesn't seem to be paying attention to the "SerializeAs" attribute that I've decorated one of my class names with: Person [Serializable, SerializeAs(Name = "person")] public class Person { ...
7
votes
1answer
152 views

How to do Inner XML Nodes with RestSharp when class has different name?

I am using restsharp and ran into a problem. Since I am using the google api that returns back xml data I am running into name conflicts. For instance return all "group" and "all contacts" from the ...
0
votes
0answers
47 views

HTTP DELETE operations in RestSharp

I'm using RestSharp on WP8 and I've discovered an odd behavior. It might be a bug in RestSharp my code has been thoroughly reviewed and no memory issues were found. Bellow are two scenarios which ...

1 2 3 4 5 7