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

adding haack's restclientextensions to WP/SL projects

d5d36663b79190c6573e65266c5c50c7ad28cea7 authored almost 13 years ago by johnsheehan <[email protected]>
Merge branch 'restclientextensions' of https://github.com/Haacked/RestSharp into Haacked-restclientextensions

de9e451d4a13fab480561b5fa9fbc3c260e359d4 authored almost 13 years ago by johnsheehan <[email protected]>
Merge pull request #219 from Haacked/stringcomparisonfix

Changed string comparisons to use `OrdinalIgnoreCase`

6b1e216d53bf32dfb445773031664572d4819c22 authored almost 13 years ago by John Sheehan <[email protected]>
Another extension method

aa079d104f22c43c0334b79867685767bee6c0a4 authored almost 13 years ago by Haacked <[email protected]>
Implemented `ExecuteAsync` overload as an extension method of `IRestClient`.

The concrete implementation `RestClient` has a nice `ExecuteAsync` method that's simply a wrappe...

7bb6fb092212e0450f0e2399028847310e3f8e20 authored almost 13 years ago by Haacked <[email protected]>
Changed string comparisons to use `OrdinalIgnoreCase` rather than `InvariantCultureIgnoreCase`.

Not only is ordinal comparisons faster since it does a byte by byte comparison, but for the case...

b717259f68c9dec293d8996daa549e5602ba135a authored almost 13 years ago by Haacked <[email protected]>
Merge pull request #198 from friism/dont-add-trailing-slash

don't add trailing slash if assembled is null

db44f42d99bbc79be5b7ecd70fa632c90748d8e5 authored almost 13 years ago by John Sheehan <[email protected]>
Propagate connect failures et al. upwards to avoid crashing later with a nullref in Http.ExtractResponseData

77a2439be9b6698bc6cf2a503b887a352cfa5168 authored almost 13 years ago by sdahlbacka <[email protected]>
Fixed an issue regarding Silverlight and Windows Phone clients weren't sending Cookies on request

e5088b195310746a3bdc5bbdf949838af9fb42bc authored almost 13 years ago by Pedro Lamas <[email protected]>
Merge branch 'master' of github.com:restsharp/RestSharp

cde17e8949c586a6165ddd424ab1ab184e1bff52 authored almost 13 years ago by Andrew Young <[email protected]>
Merge branch 'patch-1' of https://github.com/antonmoiseev/RestSharp

14dabd5206113e7c49746068175904c6bbe3ed92 authored almost 13 years ago by Andrew Young <[email protected]>
Merge pull request #207 from dahlbyk/MonoDroid

Rename Newtonsoft.Json.Android to Newtonsoft.Json.MonoDroid

b89ad6c65ac0f96025a222d1f0c11158635c2034 authored almost 13 years ago by Andrew Young <[email protected]>
Updated Json.NET to the latest version

ec79b5518b006c29cdf7ce9e13112e80b4ce236c authored almost 13 years ago by Pedro Lamas <[email protected]>
Added GZip decompression support to the Windows Phone assemblies

7a7072989abc07868c2fd647bc904c1235197bc9 authored almost 13 years ago by Pedro Lamas <[email protected]>
add unit test to test empty request and bare hostname

0f3aba6524bf99d73c36a981d59be7cec9e399d3 authored almost 13 years ago by Michael Friis <[email protected]>
add unit test to test with empty request

ce38a1df49a2c2adea9f0826326eb6bbd71261f4 authored almost 13 years ago by Michael Friis <[email protected]>
Merge pull request #211 from petejohanson/json_enum_test

Restore a JSON lists test that got truncated, and add an additional test...

b27ce1bc264fb48fdc79547c6e140fc19eb874ab authored almost 13 years ago by Pete Johanson <[email protected]>
Restore a JSON lists test that got truncated, and add an additional test for JSON enum parsing.

112e541a494d7abd5607e04fa7d33cdbc263f5fa authored almost 13 years ago by Pete Johanson <[email protected]>
Rename Newtonsoft.Json.Android to Newtonsoft.Json.MonoDroid, which is what the assembly think it's named

831b1264df99f6206c63fb22a04a2427a91db1b4 authored almost 13 years ago by Keith Dahlby <[email protected]>
XmlDeserializer.HandleListDerivative does not try the lowercased, "undashed" version for element names.

Issue was reported here:
http://groups.google.com/group/restsharp/browse_thread/thread/c70c39b47...

b3e1a3df201addd9fc8cfd24602db378251ab9b1 authored almost 13 years ago by Wiebe Tijsma <[email protected]>
updating nuget refs for json.net and xunit

0dcad146191c9ab425e373473bfe7760fd5518d0 authored almost 13 years ago by johnsheehan <[email protected]>
Fix Accept header for async requests

5be192f9edd1e6e0cfacf75c86c7db676355364f authored almost 13 years ago by Anton Moiseev <[email protected]>
don't add trailing slash if assembled is null

5358345b5c7caa30df1de6ae652c83bfcf16193d authored about 13 years ago by Michael Friis <[email protected]>
Merge git://github.com/rocknet/RestSharp

109cf8e61cc51088323551b7815e76464bd4d6a6 authored about 13 years ago by Andrew Young <[email protected]>
Merge git://github.com/SpiritMachine/RestSharp

1d768415bad91c4277706854d98390d7e81aa47f authored about 13 years ago by Andrew Young <[email protected]>
Merge branch 'master' of github.com:restsharp/RestSharp

d655afeedd08e0f705e0aa1669878e2d3d20367c authored about 13 years ago by Andrew Young <[email protected]>
Change to ensure other primitive values set properly, previously they were

returning default values.
Added test to ensure other primitives were set properly.

ad412074a298baafe6a91ad0f213513d2290feb9 authored about 13 years ago by Chris Rock <[email protected]>
Tabs

a1dacbd7206e9722b7be1723993cebd93e2188e2 authored about 13 years ago by Chris Rock <[email protected]>
Fix for issue #144 with test.

84cc01d6c4fbfd86567821a9d6d9dfffcc8030f5 authored about 13 years ago by Chris Rock <[email protected]>
Merge pull request #194 from nberardi/patch-1

Added support for changing raw unix time to DateTime.

7d70af446d16bf60f35dbbdb47eee57a3f2367a5 authored about 13 years ago by Pete Johanson <[email protected]>
added test for unix datetime

240225d08ea9b8325bce66eefb35719f082200f3 authored about 13 years ago by Nick Berardi <[email protected]>
Added support for changing raw unix time to DateTime.

3143fc458a8633079c0c3e3b6c802c70842b6c69 authored about 13 years ago by Nick Berardi <[email protected]>
Merge remote-tracking branch 'upstream/master'

5c1c216810aa6981bba9f8bf1ef0d08a342d2e49 authored about 13 years ago by Joseph Phillips <[email protected]>
Symbols semi colon separated. Added FRAMEWORK to release config.

747d96d8089ef60b4ab68a6ee4025bce6a6e43df authored about 13 years ago by Joseph Phillips <[email protected]>
Merge pull request #189 from offbysome/master

Added Newtonsoft.Json.JsonSerializer as parameter to RestSharp JsonSerializer

dbb72417525e7178445720ea16413931b71cb083 authored about 13 years ago by Andrew Young <[email protected]>
Added FRAMEWORK to compilation symbols for MonoDroid project.

e5c254eecb99f6337936cf31d5a1d0f98a438fe4 authored about 13 years ago by Joseph Phillips <[email protected]>
Updated Json.NET package to latest version (4.0.4) to fix Issue #187.

04e9e82fd7bd55c905c603da76b879b022d8860b authored about 13 years ago by Brandon <[email protected]>
Added overload constructor parameter to JsonSerializer.cs for allowing the Json.NET serializer to be passed in so that options for serialization can be set such as NullValueHandling, DefaultValueHandling, etc.

dfda8d6c2afb10a1c1a20f55f4ce1719e3a5b8dc authored about 13 years ago by Brandon <[email protected]>
Enum and Boolean deserization should be same for all deserializers

87c81d1123a3d8a22914f982479f0dabcc6776f2 authored about 13 years ago by topas <[email protected]>
bump to 102.5, remove ilmerge for SL download (use nuget), remove .net 4 version from nuget pacakge now that json.net issues are resolved

d8122b0df68ffedb8e4a444a96148aef28d370ec authored about 13 years ago by John Sheehan <[email protected]>
Tabified

ea736173c93d4432495fab18314c7ed664e9bdd4 authored about 13 years ago by Andrew Young <[email protected]>
Better deserialization using different CultureInfo, Unit tests fixed for non-english system culture

23baec86d2e9da262b0475ce8bcf1a4c4f2a4364 authored about 13 years ago by topas <[email protected]>
Merge branch 'master' of https://github.com/restsharp/RestSharp

4f26bd8ac40bfd19b855d49f5e13ff650eb71c23 authored about 13 years ago by John Clayton <[email protected]>
checking in packaging tools

ad804a3dde54f9419cdd1ec6cd3605b1ed0e10b8 authored about 13 years ago by johnsheehan <[email protected]>
Merge branch 'master' of https://github.com/restsharp/RestSharp

ffc7f144fa3a14f456c484f669ecf6d9ae1b66ef authored about 13 years ago by John Clayton <[email protected]>
Merge pull request #183 from petejohanson/patch-sync-context

Fix a small issue with async PATCH support and the SynchronizationContext

97bd589ab814966a648510cf10932df52945672a authored about 13 years ago by Andrew Young <[email protected]>
Fix a small issue with async PATCH support and the SynchronizationContext changes.

1085687b89df77c488552a7e96490eadb40defb0 authored about 13 years ago by Pete Johanson <[email protected]>
Version bump: 102.4

59d2a1071e3e7750a17702a6cd87b619326b748a authored about 13 years ago by Andrew Young <[email protected]>
Fix merge error.

6f1472135740e98975485c81c43a63868a248233 authored about 13 years ago by Andrew Young <[email protected]>
Merge branch 'sync-context-callbacks' of https://github.com/petejohanson/RestSharp

Conflicts:
RestSharp/RestClient.cs

d0af13934442a6b6579eca98b129bfe6ef1c0725 authored about 13 years ago by Andrew Young <[email protected]>
Add support for fuzzy matching of enum values, So things like 'so-so' will match Disposition.SoSo.

ff254fa39bef14eb5747d59ba6a4ba6ccb3da2e4 authored about 13 years ago by Pete Johanson <[email protected]>
Disabled range header for WP7

ed93e79f2eb35704dd727a13d752bffb8a464eb6 authored about 13 years ago by Andrew Young <[email protected]>
Specified language for code snippet

2ed3282031bd692d78d103e7c4e51248dd2aa312 authored about 13 years ago by Andrew Young <[email protected]>
Added the ability to set the range header (as a value range) Thanks to Isaac Dancy for this fix.

b65c85f590b7f88e1739d73e65e2f48ccb692a95 authored about 13 years ago by dkarzon <[email protected]>
Fixed tabs and got rid of the empty else.

b61f929131aa44cee89286d234d059ad230fbb91 authored about 13 years ago by dkarzon <[email protected]>
Add new AddCookie shortcut to IRestRequest/RestRequest.

b3811a7a8233ad5a48cd3d798af1da91f944d37a authored about 13 years ago by Pete Johanson <[email protected]>
Switch to returning IRestRequest for all the Add* methods on IRestRequest, to avoid coupling to the RestRequest implementation.

22234f598f826d0d8297b2162b1a1606021ab6f6 authored about 13 years ago by Pete Johanson <[email protected]>
Add support for the PATCH http method/verb.

621a95d5b9e2caf5430251b64afab99a99e9079d authored about 13 years ago by Pete Johanson <[email protected]>
Merge remote branch 'restsharp/master' into sync-context-callbacks

24da780a73ed0d37f40cfceb93776138748bab06 authored about 13 years ago by Pete Johanson <[email protected]>
Rename ExecuteCallbackInCallingContext to UseSynchronizationContext.

ff25509b51d6ce761f3db3ef57ff60f7dd35fed3 authored about 13 years ago by Pete Johanson <[email protected]>
Add the ability to execute async callbacks in the calling thread using SynchronizationContext. Remove the WP7 specific dispatching since that is now handled more generally. Set ExecuteCallbacksInCallingContext to true by default on WP7.

3e6fd6b4c96a4201c55d56ee9ccef4ffef77f422 authored about 13 years ago by Pete Johanson <[email protected]>
Use a shared CookieContainer instance for all requests from the same RestClient. Removes the need for manual cookie management.

86c7d244b9271b55315a9d1d8f6966223bf30047 authored about 13 years ago by Pete Johanson <[email protected]>
Merge branch 'master' of github.com:restsharp/RestSharp

acc083d5db0e0dd3aeb15b75c1146f6a0e12d507 authored about 13 years ago by Andrew Young <[email protected]>
Merge branch 'smart-enum-parse' of https://github.com/petejohanson/RestSharp

c800c3b97602cfd6b47b0aa8ab1738579874cbd4 authored about 13 years ago by Andrew Young <[email protected]>
Merge pull request #179 from petejohanson/patch-method

Add support for the PATCH http method/verb.

f3f6f02e8e7758836608a6fe4768bbc57300daf3 authored about 13 years ago by Andrew Young <[email protected]>
Merge branch 'master' of github.com:restsharp/RestSharp

107ffad6b82ab2d7e7b50f48823176ebf83e7f98 authored about 13 years ago by Andrew Young <[email protected]>
Disabled range header for WP7

d723c60602164fac5faf7f583b49eda46283e9f7 authored about 13 years ago by Andrew Young <[email protected]>
Merge https://github.com/petejohanson/RestSharp

a49d562b59007077308525bf3a74eb53f0b168d8 authored about 13 years ago by Andrew Young <[email protected]>
Add support for fuzzy matching of enum values, So things like 'so-so' will match Disposition.SoSo.

29430233db067cbab226fe096eca8eafe5928532 authored about 13 years ago by Pete Johanson <[email protected]>
Specified language for code snippet

35e0742af8ced08b7e1d0ec0696e568249f8b250 authored about 13 years ago by Andrew Young <[email protected]>
Add support for the PATCH http method/verb.

0aa5a1d3e0ee505d61c9e63f62ec190265c04375 authored about 13 years ago by Pete Johanson <[email protected]>
Switch to returning IRestRequest for all the Add* methods on IRestRequest, to avoid coupling to the RestRequest implementation.

c33449f2be4465b8d6c37699c29ccc78a92de04e authored about 13 years ago by Pete Johanson <[email protected]>
Add new AddCookie shortcut to IRestRequest/RestRequest.

d22134df40a3e9adb8f2c94aea6432ca8e2c946f authored about 13 years ago by Pete Johanson <[email protected]>
Merge https://github.com/dkarzon/RestSharp

d25dd3703d2e1b63c49885979a267b1a1a5b172c authored about 13 years ago by Andrew Young <[email protected]>
Similar case-insensitivity fix for enums in XML deserialization.

bef0866903ffa58645e542a64d8fd6fc822a7c9a authored about 13 years ago by Pete Johanson <[email protected]>
Do case-insensitive parsing of enum values when deserializaing JSON.

4fe3fb89735b31db85818c44d2233f93753f791e authored about 13 years ago by Pete Johanson <[email protected]>
Fixed tabs and got rid of the empty else.

a6a1697368ab31e87367d6c8cc1efcbf0298852d authored about 13 years ago by dkarzon <[email protected]>
Added the ability to set the range header (as a value range) Thanks to Isaac Dancy for this fix.

e15f8e38d9a3e15e9e6251a5b25780a79eb1129d authored about 13 years ago by dkarzon <[email protected]>
Added DotNetXmlDeserializer to MonoTouch and MonoDroid

2236a50e97a9c8622641a5ca42bbe31779b3107c authored about 13 years ago by Andrew Young <[email protected]>
Tabified

7729d4867712ee405a9c2765894ec978fba14e65 authored about 13 years ago by Andrew Young <[email protected]>
Re-fixing oauth parameter name encoding

124b627a1002207e76297d1b4b2e05252382f3ed authored about 13 years ago by John Clayton <[email protected]>
added links to the other target frameworks. refactored deserialize code to use using statements instead of explicit close. tabified deserialize source file

3b74c3bf7127f67ed727350840813897eef8ce56 authored about 13 years ago by Jamie Coates <[email protected]>
added implementation of IDeserializer for that uses the DotNet lib serializer

371268e5e2186bf330717a753ede8807637e4ad0 authored about 13 years ago by Jamie Coates <[email protected]>
Merge pull request #169 from PaulCampbell/master

XML Deserialization of nullable types with attributes

6dd80efc7539559155a1ab5d38ef36b9c3c4cf89 authored about 13 years ago by John Sheehan <[email protected]>
fixing refs again and bumping to 102.3

19d38547c4fcf878dddea42ea28ba7ffd85dbda5 authored about 13 years ago by johnsheehan <[email protected]>
XML Desrialisation of nullable type when element has attribute fix

88f9c6bc9104131baf5152ee25809d1ff74b1198 authored about 13 years ago by Paul Campbell <[email protected]>
Merge pull request #167 from Lugoues/master

Empty result content due to RestSharp connection error.

c08b54858a92cbda77b7c71c39b162351afbe285 authored about 13 years ago by John Sheehan <[email protected]>
changed xml deserializer to check IsEmptyOrNull instead of just null. This

was causing an issue deserializing an error string from RestSharp itself
when it could not connec...

01d29522da026c267b4c5ac3a2bce6a62992f700 authored about 13 years ago by Peter B <[email protected]>
use IRestRequest in more places to make ioc easier

e4988153f59d665d4d5a1b12ceede35d4400e52e authored about 13 years ago by johnsheehan <[email protected]>
Merge pull request #166 from PaulCampbell/master

#165 Xml Serialization of bool

4e0c5bb4b2768d96576af80caf188d664f1784d1 authored about 13 years ago by John Sheehan <[email protected]>
merging upstream

b3649926e5e0490310dd10d6dbf8028e4a31d628 authored about 13 years ago by johnsheehan <[email protected]>
fixing nuget stuff and merging stuff i missed

9c44254394e98863be03ca2f4ddfcb64c0011f50 authored about 13 years ago by johnsheehan <[email protected]>
Xml boolean serialization fix

08b5a5606ba7a8b3ca28ebac6e5a489368793b15 authored about 13 years ago by Paul Campbell <[email protected]>
nuget updates

044be161ace8c456e400d1ca3457da76b23254db authored about 13 years ago by johnsheehan <[email protected]>
Merge branch 'master' of github.com:restsharp/RestSharp

8ab0bd4ede618bf6c34dce64490f26201d7252c5 authored about 13 years ago by Andrew Young <[email protected]>
OAuth1 for wp7

8e05c69c9c7111f08a56e76479952d7151c0f1d2 authored about 13 years ago by Rail Sabirov <[email protected]>
Tabified.

de885cca1496d3dab5377d731efe3af8ded5ef88 authored about 13 years ago by Andrew Young <[email protected]>
Tabified OAuth files.

8e650e5b48d972c7ae90ffe201d850791f6bc180 authored about 13 years ago by Andrew Young <[email protected]>
Fix empty list deserialization

Prior to that after deserializing empty list (either nested or inline) an
appropriate property h...

dfcb7c58c45b939adc1ac0d892645bc76101bc2b authored about 13 years ago by blackfoks <[email protected]>
Tabified OAuth files.

390fba056905588a913a23fa6844c809a31f9f67 authored about 13 years ago by Andrew Young <[email protected]>