Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/restsharp/RestSharp

Simple REST and HTTP API Client for .NET
https://github.com/restsharp/RestSharp

integrating monotouch changes

66f72ed0065b368345e2e2ca3f4409b12b0d94f4 authored about 14 years ago by johnsheehan <[email protected]>
Merge branch 'master' of https://github.com/kevinmcmahon/RestSharp into kevinmcmahon-master

55b528413a2b9042660efd9aa3a0d8563eae4318 authored about 14 years ago by johnsheehan <[email protected]>
updating stus interfaces and integrating his changes

445f094d88fafddb063403ee081810cde564aabb authored about 14 years ago by johnsheehan <[email protected]>
Merge branch 'master' of https://github.com/sgrassie/RestSharp into sgrassie-master

3ac90348f3a3faacbae59893159a066ba1814ee9 authored about 14 years ago by johnsheehan <[email protected]>
client-level default parameters (applies to all requests, can be overridden per-request)

a8ed9ead0aa04c3e75edd6485123aaa68abed0e8 authored about 14 years ago by johnsheehan <[email protected]>
Fix compile error introduced in RestClient.cs when ErrorCondition changed to OnBeforeDeserialization.

7f684237127217a7f80cfdd4dad2157d941c64c4 authored about 14 years ago by Kevin McMahon <[email protected]>
fix the project guid

2d3637361286e669a406b2df3e1ee01c954a3b72 authored about 14 years ago by Kevin McMahon <[email protected]>
Make MonoTouch compile and work

61948c99c3e3ac98444b4ec9e80aad9f85702947 authored about 14 years ago by Kevin McMahon <[email protected]>
changed ErrorCondition to OnBeforeDeserialization, removed ErrorRootElement (see StatusCodeTests for alternative)

fca753594da65cf7fdfa873925cf173cd721de98 authored about 14 years ago by johnsheehan <[email protected]>
Ran extract interface refactoring, added new interfaces as links to the silverlight project.

35eeeae96a0257b8488ca3459bb68669cc087c39 authored about 14 years ago by sgrassie <[email protected]>
Fixed null ref error because of new ErrorCondition option

ef3ad51e9b90f9f561bedadeebb6fc885a6142d3 authored about 14 years ago by johnsheehan <[email protected]>
Fixed failing Can_Deserialize_Names_With_Underscores_Without_Matching_Case_On_Default_Root - updated linq query to also convert name.LocalName to lowercase using null-coalescing if element is null.

175aff135ce0b752a90b8fc35222de9dcd688cdc authored about 14 years ago by sgrassie <[email protected]>
Merge remote branch 'sheehan/master'

Conflicts:
RestSharp.Tests/JsonTests.cs
RestSharp/Deserializers/JsonDeserializer.cs

c9a235b0860a1246847e416715c163e8ff335d72 authored about 14 years ago by sgrassie <[email protected]>
Added ErrorCondition and ErrorRootElement for deserializing from a different starting point based on a specified condition

123569ff982fe5e4fed7f9db7e0e634c066407ee authored about 14 years ago by johnsheehan <[email protected]>
Set proxy on async requests (desktop CLR only)

cb3e368514d1af10219920fc3c393802859c82a8 authored about 14 years ago by johnsheehan <[email protected]>
Added better support for directly deserializing XML to List<T>

269d80de00174882519f7ec04afa09ff9b7b7505 authored about 14 years ago by johnsheehan <[email protected]>
empty guid handling for json too

6b35e3096c06ee55e125a5fdd1570441fbc3b416 authored about 14 years ago by johnsheehan <[email protected]>
handle Guid properties when value is empty or null

9b2df04e4aa94e9532d96a7ecec1f9a8a5b7c0aa authored about 14 years ago by johnsheehan <[email protected]>
Merge branch 'master' of http://github.com/anthonyvscode/RestSharp into anthonyvscode-master

cd68ca7ea1c7c000807f78e35f50bc88fbae4c9c authored about 14 years ago by johnsheehan <[email protected]>
Merge branch 'master' of http://github.com/bkaid/RestSharp into bkaid-master

ce041815049ba0b35b07d79a9300ae4e4db05ca0 authored about 14 years ago by johnsheehan <[email protected]>
adding back Dispatcher handling for WP

new SL test projects

6a1774ca8b60dc8e6853c6c0cc0c6a0f1ad487ae authored about 14 years ago by johnsheehan <[email protected]>
Modified FindRoot(string content) in JsonDeserializer.cs to allow a nested dot separated path statement by using JSON.NET's SelectToken function instead of only looking for top level matches.

Signed-off-by: Brandon Kaid <[email protected]>

b38e7d5dc1b5ec3ac6499578568182af8319a4b1 authored about 14 years ago by Brandon Kaid <[email protected]>
added a check if the nullables are an empty string

ec8dc62cb7ea521d9deb6b4308dc6a8f78bd8db6 authored about 14 years ago by anthonyvscode <[email protected]>
Pass HttpResponse.ErrorException to RestResponse

29c9822f7796babf2c15cda667431ae90c995cd9 authored over 14 years ago by johnsheehan <[email protected]>
Further surfacing exceptions

a90422c8886f3e9d08d24f8955be9bb7c3585feb authored over 14 years ago by johnsheehan <[email protected]>
Support for deserializing to enums

11da5e5097f5fa26bd5b291cb6d206e72fd9500a authored over 14 years ago by johnsheehan <[email protected]>
+ OAuth2AuthorizationRequestHeaderAuthenticator

cd81c719f54540eb779730ab040bcb1de64164cb authored over 14 years ago by prabirshrestha <[email protected]>
+ AccessToken getter property in OAuth2Authenticator

bf87323305b666793941fd1a6b51b577fceb1654 authored over 14 years ago by prabirshrestha <[email protected]>
I\'m good at the codez\!

7e584aaf0edd6f5b9bece380af13ea0162bda415 authored over 14 years ago by johnsheehan <[email protected]>
have to set contentlength before content

3fde428fc28dc13dd270071abb587552b9d05e7f authored over 14 years ago by johnsheehan <[email protected]>
removing JSON.NET CF reference since it doesn't work for people and SL version supposedly does :)

579568bedfb65a31e2b7d9bda11089daafa34f21 authored over 14 years ago by johnsheehan <[email protected]>
Forgot to set WebRequest.ContentLength in async when there's a request body present

f5e7f2547a320400b97d26699fd6d0af79a12e69 authored over 14 years ago by johnsheehan <[email protected]>
Removing WP7-specific handling of Content-Length header

2ed35667b232e828871a265b31c33cd842d8088b authored over 14 years ago by johnsheehan <[email protected]>
All setting Content-Length header in WP7 (not sure if this actually works or not though)

76f8cd7ca4ab6ba555c42bcffb05cea5bce4c433 authored over 14 years ago by johnsheehan <[email protected]>
Fixing non-building WP7 project

adc7412eb4e021b15f8b5b726dac3f828593a0fb authored over 14 years ago by johnsheehan <[email protected]>
Fix for Content-Type header not being set when there's no body

70070ae574bd633a1268ffb8b0399883cd5708dc authored over 14 years ago by johnsheehan <[email protected]>
Deserialize simple json list into generic list object.

293cdfd5eb6d040dbaa3a7390c2af0ea35a06223 authored over 14 years ago by sgrassie <[email protected]>
tabs

e089dc1f56228d204dcf3dec45dad831483cc3bf authored over 14 years ago by sgrassie <[email protected]>
Merge branch 'master' of http://github.com/johnsheehan/RestSharp

df2874ec4910da9466ec2a3313ee4eb99c30683f authored over 14 years ago by sgrassie <[email protected]>
Can deserialise generic list of simple type

58f7d1b128ce8bdfdb12dae9dab353ad312463d6 authored over 14 years ago by sgrassie <[email protected]>
Fixed content-disposition for multipart forms.

e9b253507f74470ec47e1a6decb1a22b3fcd031a authored over 14 years ago by Jon Fuller <[email protected]>
added default handler for text/javascript

f58aad26d93b161bb52e062181efbc3055408f32 authored over 14 years ago by johnsheehan <[email protected]>
Merging stuff, who knows really

9070b7a6ff9df2df2a5d53df31008aef01c03c9a authored over 14 years ago by johnsheehan <[email protected]>
Added unit test to test commit 728d00e. Support for case insentive compares on element names stripped of underscores and dashes for non-nested property classes.

95f75bbf99ede3c8d477b53af81b8540b1e12f8f authored over 14 years ago by Nic Strong <[email protected]>
Can_Deserialize_Custom_Formatted_Date() was converting the datetime to string using the local culture but JsonDeserializer uses the InvariantCulture.

This caused an sse fo tt which was a.m. in local culture and AM in the invariant culture.

bf59fa2fbe8b92cc899156e4d0f4ea106073a50c authored over 14 years ago by Nic Strong <[email protected]>
Parse timezone modifier using HH instead of hh.

This is needed as NZ can be UTC+13:00

aec2f1a948cef2be2aa6dafa23aa84291252faeb authored over 14 years ago by Nic Strong <[email protected]>
Create explicit UTC dates in the json doc.

Comparison of DateTimeKind.UTC DateTime (returned by by the json deserialiser) and DateTimeKind.U...

4ff8e80efb57c91587411bf52fca5a0920c31265 authored over 14 years ago by Nic Strong <[email protected]>
* Async calls now handles non-200 responses. (issue #53)

f9d98005d53aa0b31653e5e69dea8ca24aa0c65e authored over 14 years ago by prabirshrestha <[email protected]>
missed this project file earlier

9a3fbc7c9c39a233eaa669bccb50f8ba10831062 authored over 14 years ago by johnsheehan <[email protected]>
Updated .gitignore for MonoDevelop files

cd41534d60dae4011007fefebb9b82ef87fc37a5 authored over 14 years ago by Nic Strong <[email protected]>
Added extension methods for URL/HTML encoding/decoding

b65a746e0482732009564d9616658335c6cadd5e authored over 14 years ago by johnsheehan <[email protected]>
OAuth2Authenicator cleanup (down with regions)

e167260d08b5d7ad1929dd4f6a70dabf97d677ac authored over 14 years ago by johnsheehan <[email protected]>
i suck at git

5abedf30a45137cae455cc59a253258209210562 authored over 14 years ago by johnsheehan <[email protected]>
Merge branch 'master' of github.com:johnsheehan/RestSharp

fe490b6541ea7aec7a42cbd5ad16ed3d702f58d5 authored over 14 years ago by johnsheehan <[email protected]>
Fixes to Http.Async (URL parameters not appended and removing Dispatcher wrapper for WP7)

b232d4f653a21caa8725bdd2bd753d82faee5199 authored over 14 years ago by johnsheehan <[email protected]>
+ abstract OAuth2Authenticator class

+ OAuth2UriQueryParamaterAuthenticator

1ec7440db5294b4fb0e8791bfde120cff286dde0 authored over 14 years ago by Prabir Shrestha <[email protected]>
MonoTouch project (currently not building)

7af1584e16f1b9ad1318797d797f1dcf0a361d45 authored over 14 years ago by John Sheehan <[email protected]>
Issue 46: null ref exception if no resource specified

645ef86f8594f8c14e99571e39fce07c06c49776 authored over 14 years ago by johnsheehan <[email protected]>
Better version of the previous two commits (async exception handling)

034c30345a4f4dba865c98e7f55b6860defcb37a authored over 14 years ago by johnsheehan <[email protected]>
Make sure to call callback when exceptions are thrown during async call (issue 42)

dabde7c113a960ac5c3c257ea9e362aecc0508f4 authored over 14 years ago by johnsheehan <[email protected]>
More exception handling for Aysnc (issue 41)

6e306011691e5ecf1306d64cddb65dcde0f7ee98 authored over 14 years ago by johnsheehan <[email protected]>
Deserializers will find element names with dashes as well as underscores

5c46dcbf77942f87a8727c9801f2cbeddeaae60c authored over 14 years ago by johnsheehan <[email protected]>
Correct symbol definitions for RELEASE

280672732115243eec8f077029f7ea2bd9ed91ad authored over 14 years ago by johnsheehan <[email protected]>
Misc test cruft/infrastructure for future test scenarios

323c7e486b247227f6c41ffb13c8023fc3727ce0 authored over 14 years ago by johnsheehan <[email protected]>
Fix issue 43 (cookies and headers not added to async request)

03e90628934aba00eace4c3d37ba4120596cecba authored over 14 years ago by johnsheehan <[email protected]>
Better URL slash handling and some URL building tests \n New RestRequest.AddHeader and AddUrlSegment shortcut helper methods

f82ad306a8994c420ff66684a208f0baa7cc2089 authored over 14 years ago by johnsheehan <[email protected]>
Fix issue #28 (deserializing json lists of strings and primitives)

a09316b566bc4732df6b516716b40e075cc523b6 authored over 14 years ago by johnsheehan <[email protected]>
Uri support in RestRequest constructors

58a478489ab775ab27c019ab61b362b7a8adee1d authored over 14 years ago by johnsheehan <[email protected]>
Support for deserializing System.Uri properties

0e9ef56a807270ef70c3f8fb03e646e1cd5ce7e1 authored over 14 years ago by johnsheehan <[email protected]>
Better byte array to string conversion from @afternoon

1d705fb7efd13c2a5cd2865a2d371bc5a9b555bc authored over 14 years ago by johnsheehan <[email protected]>
Making Client Profile the default

32251f7f15db2cc7d69041a0e77fac2a0e1217ef authored over 14 years ago by johnsheehan <[email protected]>
Async POSTs! Warning: Not thoroughly testedgit status

44686a265ddf914182661d2089cd22a35503fdb4 authored over 14 years ago by johnsheehan <[email protected]>
Deleting rogue test file. (oAuth coming soon, still needs more testing)

185f29e3461c28b740dcc2f81bcb9a8e439d1829 authored over 14 years ago by johnsheehan <[email protected]>
Borrowing Mono's HttpUtility implementation to get RS working with .NET Client Profile (removed dependency on System.Web)

81ff3b362dbbc8e100c34a010d1e0beaa8e8b126 authored over 14 years ago by johnsheehan <[email protected]>
some windows phone changes for beta

441102d96626a3c36c00d39edc5765151eca1b9d authored over 14 years ago by johnsheehan <[email protected]>
Merging oAuth

428ea5160594ed1afdc7f6b1a198150b5b2d0535 authored over 14 years ago by johnsheehan <[email protected]>
oAuth Authenticator

a487a33088888a28755ebf19db1c40230ed5dc90 authored over 14 years ago by johnsheehan <[email protected]>
self-induced project file wackiness

f0a785d38c05f15b9b48033b310ceec31f1b2bbd authored over 14 years ago by johnsheehan <[email protected]>
Start of Windows Phone 7 support

02047db0c5317f4e723ebb881ce9ac9d3d964aa1 authored over 14 years ago by johnsheehan <[email protected]>
Making 2010 .sln file the primary. 2008 .sln is no longer guaranteed to be update to date

3d871339ccab675cf876fed279238b8ff341f7e7 authored over 14 years ago by johnsheehan <[email protected]>
Making 2010 .sln file the primary. 2008 .sln is no longer guaranteed to be update to date

57775dad1b11be4066928584f4ca6ca0624d7bc3 authored over 14 years ago by johnsheehan <[email protected]>
Dispose of RequestStream and no StreamWriter

0ae287fbe0314b84321a783e7ba6609a8d10255f authored over 14 years ago by johnsheehan <[email protected]>
xUnit 1.6

d145a8759b45dfb7fc959b8eef24f593b97ab820 authored over 14 years ago by johnsheehan <[email protected]>
Proper XML deserialization for lists (nested and inline)

e91b95ff4ab8bc93bdd52b183e5e9b2fe6f76724 authored over 14 years ago by johnsheehan <[email protected]>
added text/x-json as an option for handlers

7e039791077d03286d65f160982eaca5cd1c3f0d authored over 14 years ago by Ernie Bello <[email protected]>
added check in HttpBasicAuthenticator to see if Authorization header already exists from a previous Execute. Will no longer add header twice.

a678117886ce464237732c43d6247d26439ccf88 authored over 14 years ago by Ernie Bello <[email protected]>
fixed bug with DateTime timezone parser

40261e56f046ac9c661fe802f51146fd58629472 authored over 14 years ago by Ernie Bello <[email protected]>
Fixed the Attribute naming for Lists.

dfa682ab28bb9050173283e1383d657730efc4a3 authored over 14 years ago by dkarzon <[email protected]>
Start of new Async/Silverlight support

93d2ddce6dec914a7142b6cc5cf142c37ddab4c9 authored over 14 years ago by johnsheehan <[email protected]>
Error handling and a little cleanup (issue 17)

b41a4db3be54765b443d6d2bd35bd06f41e3d3bd authored over 14 years ago by johnsheehan <[email protected]>
removing ExecuteAs... methods from RestClient (if needed should be handled through custom deserializer)

5beebe46b420300e99ae477bd79299e1dae469cb authored over 14 years ago by johnsheehan <[email protected]>
better handling for serializer request types

18fb1ee35fd9d46abcf239498ce015e1e444d9a6 authored over 14 years ago by johnsheehan <[email protected]>
Created a new Implementation of IDeserializer called XmlAttributeDeserializer that uses the DeserializeAsAttribute Attribute in the response classes to add change the name the property gets Deserialized as, also if its an xml attribute or element. [DeserializeAs(Name = "mbid")]public string MusicBrainzID { get; set; }

ad51b917c1161b7cd615a16af0b7d2a53260f854 authored over 14 years ago by dkarzon <[email protected]>
Prelimary Silverlight support in VS2010 solution. Builds, DOES NOT WORK.

99ddfa1b86d394de189f0309feb9c802e787fb47 authored over 14 years ago by johnsheehan <[email protected]>
Merge branch 'master' of github.com:johnsheehan/RestSharp

79b1a51fb6bcf15a82facf55e764fa7f157031f0 authored over 14 years ago by johnsheehan <[email protected]>
Added Visual Studio 2010 Solution again. IntegrationTests.csproj had to be updated, but it seems to still work in VS2008

dff56a837f256a6c7f2b911cf8904002730189ad authored over 14 years ago by Michael Stum <[email protected]>
hard code default useragent

6d3a2301c9c46472f649403a4bf2696da7d6c645 authored over 14 years ago by johnsheehan <[email protected]>
Added default user agent to RestClient

34d853bdc326ef1e301936001575068435844735 authored over 14 years ago by Ryan Farley <[email protected]>
Cleanup

dea7e77dead22056c8c01d2b88df751d4646403c authored over 14 years ago by johnsheehan <[email protected]>
git says these changes are not committed, but 'm pretty sure they are

f1a204adfea136271725605bd5d1a4751b35b7d3 authored over 14 years ago by johnsheehan <[email protected]>