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

json.net reference issues, 4sq json test, xunit tdnet cruft, version bump to 101.2

8af8d7d8719e4fcad3a7c1651e43804cf8e7fd9c authored over 13 years ago by johnsheehan <[email protected]>
Merged pull request #124 from crdeutsch/master.

Changed how parameters are ordered for message signing.

888e07ed67a11277fabdc73e17cb4e62c6a559fd authored over 13 years ago by John Sheehan <[email protected]>
Merged pull request #129 from ayoung/json_string_fix.

Fix for deserializing string-like values

d55aeb5823f251ca0753bf8f52713510e61ce8aa authored over 13 years ago by John Sheehan <[email protected]>
Fix for deserializing string-like values. This removes the surrounding double-quotes around strings that aren't part of the original value.

600d100cd9c144e3dc00617e0bf6a29d5661e30c authored over 13 years ago by Andrew Young <[email protected]>
Merge branch 'master' of https://github.com/kevinmcmahon/RestSharp into kevinmcmahon-master

d5ff45e048b551edac066a521d87d5f5369eb6ad authored over 13 years ago by johnsheehan <[email protected]>
fixing some broken json tests, i think due to changes in json.net

aa629d3826a9cdea568415739e42d6eade05a7a7 authored over 13 years ago by johnsheehan <[email protected]>
i hate checking this stuff in

5d7a8484bd52f7e600d662883d3cdf2e99f91eea authored over 13 years ago by johnsheehan <[email protected]>
updated packages and refs

40863b65855f8eb12b1b336f4fba01cf3cf04d24 authored over 13 years ago by johnsheehan <[email protected]>
Need to add FRAMEWORK to all the build configs so that the sync stuff gets included

0e321d64c3b6f0ae21766a12771aa1fcf4efa221 authored over 13 years ago by Kevin McMahon <[email protected]>
condensed two #ifs into one

60a21646d5098709a005075505551fffd7f7a17a authored over 13 years ago by Kevin McMahon <[email protected]>
Merge branch 'master' of https://github.com/nicwise/RestSharp into nicwise-master

d71b52a647b520415855fcae4c19135ab8f3408a authored over 13 years ago by Kevin McMahon <[email protected]>
Merge branch 'master' of git://github.com/johnsheehan/RestSharp

74cd04e7e42d9717bed963e6a98967c1de762aec authored over 13 years ago by Kevin McMahon <[email protected]>
Added the Sync stuff back in. Added FRAMEWORK define for MonoTouch, and a removal of System.Web if MONOTOUCH is defined.

cd0f46b935bd9f4b33b9765b18d7315366f97d47 authored over 13 years ago by Nic Wise <[email protected]>
async requests weren't setting Accept header based on registered deserializers

dee1c199bef10a2d159cbe53f341c9993f105fff authored over 13 years ago by johnsheehan <[email protected]>
Updates to stay in sync with the core library files.

e32a7548df02fdea30858f534264f4a86033fc32 authored over 13 years ago by Kevin McMahon <[email protected]>
Changed how parameters are ordered for message signing. OAuth states it should be lexicographical byte ordering. I don't know what that means but StackOverflow says to use "string.CompareOrdinal" : http://stackoverflow.com/questions/839429/oauth-lexicographical-byte-value-ordering-in-c Note this isn't the most efficient sort because string.CompareOrdinal is called more then necessary, but I don't have time to refactor I just want it to work.

f88f04cdcead38639f01676db6ff83504962ae4c authored over 13 years ago by cdeutsch <[email protected]>
Merge branch 'master' of https://github.com/crdeutsch/RestSharp into crdeutsch-master

45e0262690485fbec16065ad3bedf99b293aef91 authored over 13 years ago by johnsheehan <[email protected]>
better byte counting for unicode characters fixes 121

f6b6a5e0896594d7743a356e95a64e3b19328f8e authored over 13 years ago by johnsheehan <[email protected]>
remove unused json.net dlls

1b2a173c903460cc08bb1ef6e57e163b072d36c2 authored over 13 years ago by johnsheehan <[email protected]>
Fixed bug with extra comma being appended to OAuth Authentication Header which caused DotNetOpenAuth (the biggest house of cards in the world) to error out.

60a7c00ef358b3ca83517d8f82c70019c1517274 authored almost 14 years ago by cdeutsch <[email protected]>
switching to nuget for json.net dependency

f5d72c8ef45e316237f5854d6f46cc62e669554a authored almost 14 years ago by johnsheehan <[email protected]>
version bump

e1d93039d84e0b48b0f3a7cc65b7377cde052eaf authored almost 14 years ago by johnsheehan <[email protected]>
(async) timeout should only be applied when it != 0

292911390eacaa5423faf3bcdae81de0f195c896 authored almost 14 years ago by johnsheehan <[email protected]>
fixed two bugs for async requests in WP7: was using timeout method that doesn't work on SL/WP7 and wp7 dispatcher code was mangled

8f8493ee6ac9cb83508f7e0dab854576d2cbae15 authored almost 14 years ago by johnsheehan <[email protected]>
version updates

5a20ebe39a6daeee32ca8827029f7eaa5aa05956 authored almost 14 years ago by johnsheehan <[email protected]>
removed orphaned prototype code

139989dc83776b20cf65fe3166db8f6f8341c551 authored almost 14 years ago by johnsheehan <[email protected]>
RestClient.IHttpFactory instead of RestClient.IHttp because Http is not meant to be reused. Also fixes bug in oAuth1 if request included POST params

5acf8dab79227e50a92d5bafea7417f70ee37097 authored almost 14 years ago by johnsheehan <[email protected]>
standardize on InvariantCulture but make it overridable in Deserializers via Culture property

9e2e21c159ae42f98a05e728d004d9fb1858d2b4 authored almost 14 years ago by johnsheehan <[email protected]>
better element matching when deserializing directly to generic list

055852037912f6f4d10c75ca45a59437d8ccb389 authored almost 14 years ago by johnsheehan <[email protected]>
added public IHttp property to RestClient to allow it to be overidden

2c7460c034457b4b1de6cd5fc1170cf6a4644fb0 authored almost 14 years ago by johnsheehan <[email protected]>
Merge branch 'fix-uri-encoding' of https://github.com/lucisferre/RestSharp into lucisferre-fix-uri-encoding

abf54a23f0f806dab81eb68e3b10fba125a46df0 authored almost 14 years ago by johnsheehan <[email protected]>
adding some xml docs and virtual to the async execute methods

de3da4991d46b5e1faea20c24f7c247ffa919571 authored almost 14 years ago by johnsheehan <[email protected]>
Merge branch 'improve-extensibility' of https://github.com/troethom/RestSharp into troethom-improve-extensibility

cbd2d9c0af54551b39985b686170a94623b71dec authored almost 14 years ago by johnsheehan <[email protected]>
formatting crap

22eb665b0642bf662624dcce39343a2e73a826ee authored almost 14 years ago by johnsheehan <[email protected]>
Merge branch 'async_timeout' of https://github.com/ayoung/RestSharp into ayoung-async_timeout

bee7a9f23f47f82bc59cef8165e3e918c03068a1 authored almost 14 years ago by johnsheehan <[email protected]>
TABS FTW

a9e441082411c38116154e05420ebef4f5a98fee authored almost 14 years ago by johnsheehan <[email protected]>
Switched the Uri encoding to use the recommended approach which avoids

problems with spaces being translated into '+'

f67044f829c21e9455141b2c4ca8d5ff04c0e987 authored almost 14 years ago by chris.nicola <[email protected]>
Fixed timeout to not 'wait one' before continuing.

591b987cac734278db13c582d78f67053b0fee9f authored almost 14 years ago by Andrew Young <[email protected]>
Allow overriding execute method

6c9f8d594566719b76591eaa3ea5286b955f0b99 authored almost 14 years ago by Troels Thomsen <[email protected]>
Added timeout on async calls. Check restResponse.ResponseStatus == ResponseStatus.TimedOut for timeout status.

cf991e68835e991706ed4cb2d527e13a21b44ab1 authored almost 14 years ago by Andrew Young <[email protected]>
Fixes problems with Deserializing to Dictionary<string, string>

This fix may also fix problem with directly deserializing values to any
IDictionary without havi...

1a2aeb07ace25a48c3a5b0d64b5d61c0fbb0c1ff authored almost 14 years ago by chris.nicola <[email protected]>
Merge branch 'more_cookie_info' of https://github.com/ayoung/RestSharp into ayoung-more_cookie_info

3671848b9fd82fac44604b32c0dfed9a0ffa0412 authored almost 14 years ago by johnsheehan <[email protected]>
Merge branch 'master' of https://github.com/thecutter/RestSharp into thecutter-master

ca270aefb8731fd434cd9a42612001e9faeb4be7 authored almost 14 years ago by johnsheehan <[email protected]>
fixing merge conflict on json.net reference

682745d6e8ebfd17a45db6b401cafe8354e18e89 authored almost 14 years ago by johnsheehan <[email protected]>
fixing incorrect urlbuilder test

a54041059c515da455619f9a8bbb937b8b7d1828 authored almost 14 years ago by johnsheehan <[email protected]>
Merge branch 'master' of https://github.com/adrianhara/RestSharp into adrianhara-master

d492007409c2433a0c0a4045c94627fca6ee8cfd authored almost 14 years ago by johnsheehan <[email protected]>
Merge branch 'master' of https://github.com/SneakyMax/RestSharp into SneakyMax-master

d6353457b6d527aafd5f8b2c329b25e86f61cb93 authored almost 14 years ago by johnsheehan <[email protected]>
Fixed json deserialization bug where it wasn't deserializing generic objects with generic lists.

ec8389c88db25af593f3482ecb77935f3c9f16b5 authored almost 14 years ago by Andrew Young <[email protected]>
Fixed broken reference to Newtonsoft.Json

XmlAttributeDeserializer can now handle inline lists (took code from XmlSerializer which had supp...

bd7b05b81ed0a56403e1ef3be92ba1736a3d5553 authored almost 14 years ago by Adrian Hara <[email protected]>
Fixes issue 101: Json body get truncated when contains unicode characters that encode to more than one byte

baa828266682dc678b1ee746c4b65f19bb8b5e2c authored almost 14 years ago by Andy Brenneke <[email protected]>
adding test for properties alongside inline lists

a7160eb9ea4f7687975152401b30d360f1495103 authored almost 14 years ago by johnsheehan <[email protected]>
housekeeping - updating xunit and json.net refs and sharing assembly info across projects

ae60bf80eb7d2373c385435a633ff75dd2ac0ee8 authored almost 14 years ago by johnsheehan <[email protected]>
tabify

2f95bd8cae94e12f2d8dfc69079e99472a5235c5 authored almost 14 years ago by johnsheehan <[email protected]>
Fix access token oauth request.

57552421103b278f71d910b9b1ab8e1c61de500d authored almost 14 years ago by John Clayton <[email protected]>
Merge branch 'bug-nullref-extractresponse' of https://github.com/jonfuller/RestSharp into jonfuller-bug-nullref-extractresponse

66bebfe726ce890d4d11af2aaf65ac3542fe0589 authored almost 14 years ago by johnsheehan <[email protected]>
Merge branch 'urlencode' of https://github.com/ayoung/RestSharp into ayoung-urlencode

3d15c11c107b1f1c90d7e34b114299d8a5568b8b authored almost 14 years ago by johnsheehan <[email protected]>
turn off expect100continue (finally) and usedefaultcredentials=false

42d5bef77710e3922774ea043cd6f4f9e58d3253 authored almost 14 years ago by johnsheehan <[email protected]>
Fixed UrlSegment parameters to be url encoded.

15a88b3839f74623bbdf99ccf2de29ad3e12d56f authored almost 14 years ago by Andrew Young <[email protected]>
don't run oauth test by default

8c4f858a8541988f7196903444c7887af28bb389 authored almost 14 years ago by johnsheehan <[email protected]>
Merge branch 'newtest' of https://github.com/jonfuller/RestSharp into jonfuller-newtest

c32523b43d1b9e1896cbd1f609892d745fc90f72 authored almost 14 years ago by johnsheehan <[email protected]>
rework tests from kayak based to 'SimpleServer' based

0d45438018a666adbb1c82e4ce39c2588d9fef9d authored almost 14 years ago by Jon Fuller <[email protected]>
auto append assembly version number to default useragent

941346b43808ad65a0f3088cc05879bc12cfa37d authored almost 14 years ago by johnsheehan <[email protected]>
removing extra newline in multipart forms

2f6064a3ddd6cc142e5a3f2860860505aecad4aa authored almost 14 years ago by johnsheehan <[email protected]>
fixing nuget packaging issues

ab60bde598796cb946f21b9482bed341dcdf9684 authored almost 14 years ago by johnsheehan <[email protected]>
fixing missing content type header on file uploads and updating user agent

91220d06de4dec1d9c8eebfbbce337117d75fdba authored almost 14 years ago by johnsheehan <[email protected]>
updating nuget version

4543f8768b8cbef0f9dd473d6a5d9b1fcd87c720 authored almost 14 years ago by johnsheehan <[email protected]>
fix possibility of nullref in caller of GetRawResponse

a6edae7c88518d0f552b5d9b1a395803b8c919fb authored almost 14 years ago by Jon Fuller <[email protected]>
redirect handling fixed in SL fixes 96

bca73fec15b5429509f7c975fc52787a47cd71bc authored almost 14 years ago by johnsheehan <[email protected]>
casting was a really dumb choice there (fixes 97)

589383619f54ebf4795274c7a09a786dce0dc7c0 authored almost 14 years ago by johnsheehan <[email protected]>
Mono solution and misc clean up

dc631149def24b168107293a4a4cb1dfa384e8f4 authored almost 14 years ago by John Sheehan <[email protected]>
Fixed file upload by calling PreparePostBody if the request has files.

Added property Name to FileParameter and HttpFile to specify parameter name in postdata.

d1d1fded300476f3d7590209539fc62effb89c93 authored almost 14 years ago by thecutter <[email protected]>
Added file link to RestResponseCookie in Silverlight, Win Phone and .NET Framework projects.

c17851c5e14b1f807644bc74715f88960dd39ec6 authored almost 14 years ago by Andrew Young <[email protected]>
Moved RestResponseCookie out to parent folder.

938a835967356c53dd51c9f526201b2b6ef956b9 authored almost 14 years ago by Andrew Young <[email protected]>
Merge branch 'more_cookie_info' of github.com:ayoung/RestSharp into more_cookie_info

a0b6de669af1ad060cd3036778e03878d25c72a0 authored almost 14 years ago by Andrew Young <[email protected]>
Added finer detailed cookie information into the RestResponse.

fece63473a5aeda8d4930de0b4cda50d043542f4 authored almost 14 years ago by Andrew Young <[email protected]>
Added finer detailed cookie information into the RestResponse.

4c1d3127bd5d507baa01dfcae45f450aa3618b3b authored almost 14 years ago by Andrew Young <[email protected]>
Fixing querystring values not being assembled

5c5789eb956fbd9336487539bf93fa2dacbd6827 authored almost 14 years ago by johnsheehan <[email protected]>
adding icon to nuspec file

63bbb43fb3fbef6dee8ef20d4002e49520607472 authored almost 14 years ago by johnsheehan <[email protected]>
remove Accepts value when removing content handler

db5537b46a0c9adb35a4f3220a4539090532a53b authored almost 14 years ago by johnsheehan <[email protected]>
updating versioning

baba9d9743b479fd7f87c5b7b2090e1d67455ca7 authored about 14 years ago by johnsheehan <[email protected]>
packaging

f80388a8ef9f305a73019bc2196d8088a38e23d9 authored about 14 years ago by johnsheehan <[email protected]>
NuGet package def and updated JSON.NET libs to 3.5.8

677f896b5184eb9582d20a880f9c1f6e9f0ceb8b authored about 14 years ago by johnsheehan <[email protected]>
Add options for following redirects automatically

c8cf636c4ad4257bc5718941bd09c7e54914cc5c authored about 14 years ago by johnsheehan <[email protected]>
Fix for OAuth1Authenticator when using HttpHeader auth style

46f7da19acbfa3d7b5c94c848055a4112c6f99eb authored about 14 years ago by johnsheehan <[email protected]>
Adding RestRequest.AddFile to WP/SL

3d6c2c5af39e75c374c46f094479b9132223692e authored about 14 years ago by johnsheehan <[email protected]>
updated ayoung's async file uploading to build in SL/WP

bc994962cc71a4fd9d8f80b37b96def97c7a984a authored about 14 years ago by johnsheehan <[email protected]>
Merge branch 'async_file_upload' of https://github.com/ayoung/RestSharp into ayoung-async_file_upload

88c3c4150ef85f5f5bf85aea22c0042142faa240 authored about 14 years ago by johnsheehan <[email protected]>
Updated readme

c32b52861aba9f95fdeb67ab6aa88363009345ba authored about 14 years ago by johnsheehan <[email protected]>
Miscellaneous cleanup

d3281edf4796f85047c32b651a49f5c54d159d68 authored about 14 years ago by johnsheehan <[email protected]>
Disallow setting UserAgent in Silverlight. Fixes #89

3dc226b7fb8303a199e0ff855ede094f011e6894 authored about 14 years ago by johnsheehan <[email protected]>
Added async file uploading feature.

4b2728b06b32873de11b58bf8f231fa035edeb4f authored about 14 years ago by Andrew Young <[email protected]>
Merge branch 'feature-filestreaming' of https://github.com/jonfuller/RestSharp into jonfuller-feature-filestreaming

c57f8e9f4a90e76a0c1b630dd2299d54df1aee64 authored about 14 years ago by johnsheehan <[email protected]>
contentlength header setting fix by jonfuller

81e5dfd5a761d6a8f08ca64aba7e043bc600fa9d authored about 14 years ago by johnsheehan <[email protected]>
Some oAuth and URL handling tweaks

893837d73092a55d6808c804ae7cab2291bb0c61 authored about 14 years ago by johnsheehan <[email protected]>
Added support for HTTP header authorization in OAuth1Authenticator

73b5a07fe0a9dcbb25c4815a8a311a75b02e2b5e authored about 14 years ago by unknown <Dimebrain@.(none)>
Added OAuth 1.0 support via OAuth1Authenticator; had to change the IAuthenticator interface, as OAuth 1.0 requires prior knowledge of the URI, requiring RestClient

cbfa941fff7b3a358903797883f162f8862c92d7 authored about 14 years ago by unknown <Dimebrain@.(none)>
add ability to add a file via direct streaming

dee809794fbad7ff52bc1c89e5b6a9c4b70c1639 authored about 14 years ago by Jon Fuller <[email protected]>
adding XmlAttributeDeserializer to SL and WP

31c83c535300e552ad990977e4bff8e364c69a61 authored about 14 years ago by johnsheehan <[email protected]>
Pulled down latest commits from master and fixed the MonoTouch csproj.

cb37e2510b69b4d5c075b8bb3d1e4dd893f74df5 authored about 14 years ago by Kevin McMahon <[email protected]>
fixing timeout and useragent not being set in async requests

2325d61881bbb1d4125065a8496fbef296a5b201 authored about 14 years ago by johnsheehan <[email protected]>