Ecosyste.ms: OpenCollective

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

RestSharp

Simple REST and HTTP API Client for .NET
Collective - Host: opensource - https://opencollective.com/restsharp - Website: https://t.co/ph6iVgsVhT - Code: https://github.com/restsharp/RestSharp

Merge branch 'master' of github.com:restsharp/RestSharp

github.com/restsharp/RestSharp - 8c0728162491d4d4a46b66babf98783d056f6e65 authored about 13 years ago by Andrew Young <[email protected]>
Tabified.

github.com/restsharp/RestSharp - 5eebc921533e623872f2e6245196dc30e809b676 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...

github.com/restsharp/RestSharp - 4236093fc0239f43ea07d7a1624ba4715b1eeba8 authored about 13 years ago by blackfoks <[email protected]>
Tabified.

github.com/restsharp/RestSharp - e1bc898f5f7d87f058b7c02e5e42a30054cf5111 authored about 13 years ago by Andrew Young <[email protected]>
Merge branch 'master' of https://github.com/BlackFoks/RestSharp into john_master

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

github.com/restsharp/RestSharp - f3b0b2757bcb0f915c7b24dce659940136071eeb authored over 13 years ago by Alxandr <[email protected]>
Fixed parsing of Guids.

github.com/restsharp/RestSharp - 172c835873299de2512d74de3ae1d7549920672b authored over 13 years ago by Alxandr <[email protected]>
OAuth1 for wp7

github.com/restsharp/RestSharp - 2e5a89186a2aca3a1b156c93f1f11e8cb97de4f4 authored over 13 years ago by Rail Sabirov <[email protected]>
Fix empty list deserialization

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

github.com/restsharp/RestSharp - 4b40ec21c292169ab6947a0e12ded32d42264a15 authored over 13 years ago by blackfoks <[email protected]>
Per OAuth spec 3.4.1.3.2 both the parameter names and values should be encoded as part of parameter normalization

github.com/restsharp/RestSharp - cf65e934e016278abc660c2edee061a537c3174f authored over 13 years ago by John Clayton <[email protected]>
version bump to 102.1

github.com/restsharp/RestSharp - af6a97236ef8b52e43dda5e06d2ee8e55ecbc84c authored over 13 years ago by John Sheehan <[email protected]>
[issue #158] Added DotNetXmlSerializer to MonoTouch and MonoDroid projects

github.com/restsharp/RestSharp - 81978272fbbfc2225b2b4ba7d762ea38b2ba0351 authored over 13 years ago by Andrew Young <[email protected]>
[issue #158] Added DotNetXmlSerializer to NET4, SL, WP7, Mango projects.

github.com/restsharp/RestSharp - 8dc62534347ec6085f7f884f220bf5e70ca35157 authored over 13 years ago by Andrew Young <[email protected]>
Merge branch 'master' of github.com:johnsheehan/RestSharp into john_master

github.com/restsharp/RestSharp - 86f95912aa2074998e26b9fdfc19f441b1de257a authored over 13 years ago by Andrew Young <[email protected]>
Swapped argument positions for RestClient async method calls.

github.com/restsharp/RestSharp - f2161c1d36b666ce8b0fbd2f480e31575f45a692 authored over 13 years ago by Andrew Young <[email protected]>
Provided backwards compatibility overrides for RestClient.Async.cs

github.com/restsharp/RestSharp - 2ee7a29cc1bb0085bc3ac6ed571cc6627380ccdd authored over 13 years ago by Andrew Young <[email protected]>
even MORE packaging/versioning stuff you can ignore

github.com/restsharp/RestSharp - 1e9d405c41f937a737be27ad8562686d88d44e92 authored over 13 years ago by johnsheehan <[email protected]>
more framework versioning hubbabaloo

github.com/restsharp/RestSharp - 774572690fdf489ae89b265e6140a494828b4ce7 authored over 13 years ago by johnsheehan <[email protected]>
better icon for nuget

github.com/restsharp/RestSharp - 00bb2b23356309c7a19872c6c2e7bae13af1b4cf authored over 13 years ago by johnsheehan <[email protected]>
bump version to 102 in anticipation of next release

github.com/restsharp/RestSharp - f3630b4c85faf64934484741a3df758360c67269 authored over 13 years ago by johnsheehan <[email protected]>
[issue #145] Fixed JsonDeserializer .ToLower() to respect Culture.

github.com/restsharp/RestSharp - 4f69bfe23df6de29849b8d129d7f398a9957bac1 authored over 13 years ago by Andrew Young <[email protected]>
Added exception handling for timed out and aborted requests.

github.com/restsharp/RestSharp - 456ece9b8f2c17155209f8742d29efd21013e019 authored over 13 years ago by Andrew Young <[email protected]>
Revert "Added feature to elect out of deserialization."

This reverts commit cb57637afa1f602c354da2938b49a172bb01d4e7.

github.com/restsharp/RestSharp - 6a3394d554b4ee57f9f2bf7d4af4ba93d74dafc9 authored over 13 years ago by Andrew Young <[email protected]>
Added feature to elect out of deserialization.

github.com/restsharp/RestSharp - cb57637afa1f602c354da2938b49a172bb01d4e7 authored over 13 years ago by Andrew Young <[email protected]>
Tabified.

github.com/restsharp/RestSharp - fca350771b95f256b5eb4a684bf1dfcba9ab416e authored over 13 years ago by Andrew Young <[email protected]>
Renamed _webRequest property.

github.com/restsharp/RestSharp - fbb46368bcecd15817c9f51a3da0c4004414194f authored over 13 years ago by Andrew Young <[email protected]>
Fixed broken test project build.

github.com/restsharp/RestSharp - 8c3fe67259e6119a4d9320c4400602ef9c231d13 authored over 13 years ago by Andrew Young <[email protected]>
Merge pull request #157 from vinkaga/master

Added RestRequestAsyncHandle to callback in ExecuteAsync

github.com/restsharp/RestSharp - cac362d69d4c8467aaeaa2dca3052cae1b7f5b01 authored over 13 years ago by Andrew Young <[email protected]>
Added async handle for ExecuteAsync callback

github.com/restsharp/RestSharp - ba93a289ab8e44e899e96ebc6d5ac0770f6f85ba authored over 13 years ago by Vinay Agarwal <[email protected]>
[issue #154] Fixed CalculateContentLength to calculate based off of byte count.

github.com/restsharp/RestSharp - c5e71ba43b05d250a8863430ed082dd319fd4e02 authored over 13 years ago by Andrew Young <[email protected]>
Merge remote-tracking branch 'remotes/liddellj/master' into john_master

github.com/restsharp/RestSharp - a99a701ed0a7ba3b034e83f39e445913a8b4891c authored over 13 years ago by Andrew Young <[email protected]>
More formatting fixes.

github.com/restsharp/RestSharp - 692eb5a84bba6d0780e532101bc88a689089a2e3 authored over 13 years ago by Andrew Young <[email protected]>
removed orphaned file ref

github.com/restsharp/RestSharp - a4d82448dcb9986e0f7e04c5db0f3e2bff01e87a authored over 13 years ago by johnsheehan <[email protected]>
Formatting fixes.

github.com/restsharp/RestSharp - 0337beef432f805d3b0b0765343dec1089097080 authored over 13 years ago by Andrew Young <[email protected]>
adding test for lists as root

Conflicts:

RestSharp.Tests/SerializerTests.cs

github.com/restsharp/RestSharp - dec3b6aec84fdf712fb3c0061d39f52ddb011a4f authored over 13 years ago by Andrew Young <[email protected]>
adding support for lists as root elements

github.com/restsharp/RestSharp - 8b659580ebdbeb0abae443ee6563a0fa7efaac18 authored over 13 years ago by James Marnoch <[email protected]>
Merge remote-tracking branch 'remotes/ArturDorochowicz/master' into john_master

Conflicts:
RestSharp/Deserializers/XmlDeserializer.cs

github.com/restsharp/RestSharp - ed7c4dfcde2290f5e199164e8d63b6e76eb53dee authored over 13 years ago by Andrew Young <[email protected]>
merged in pull request #141

github.com/restsharp/RestSharp - 946f9535234bab57571280b96f8a44af01e277fd authored over 13 years ago by Andrew Young <[email protected]>
Merged pull request #143

Merge remote-tracking branch 'remotes/tathamoddie/master' into john_master

Conflicts:
RestShar...

github.com/restsharp/RestSharp - 61a2fecc2bfe241e66601e2db268df0c4e61deb3 authored over 13 years ago by Andrew Young <[email protected]>
Added DotNetSerializer, wrapping the framework XmlSerializer.

github.com/restsharp/RestSharp - 942d2e293b742f7d4e6d6f06b27e892dc03e8a04 authored over 13 years ago by Jim Liddell <[email protected]>
Merge remote-tracking branch 'thrackle/rfc-compliant-line-endings' into john_master

Conflicts:
RestSharp/Http.Async.cs
RestSharp/Http.Sync.cs
RestSharp/Http.cs

github.com/restsharp/RestSharp - dd3e88ebcc882f84f51b8f23fc9fb18e1d3a07a1 authored over 13 years ago by Andrew Young <[email protected]>
Removed console writes.

github.com/restsharp/RestSharp - bf0f839b21ee70a94ed5130793cee3ad7f33cd9d authored over 13 years ago by Andrew Young <[email protected]>
First pass on general pattern for asynchronous unit tests.

github.com/restsharp/RestSharp - fbd85085954d20b979841df560decb15a8d4b2d3 authored over 13 years ago by Andrew Young <[email protected]>
Refactored WriteMultipartFormData() for reals this time.

github.com/restsharp/RestSharp - e2275bd9da1fcdfd3676bf20ae745367c41ead92 authored over 13 years ago by Andrew Young <[email protected]>
Refactored WriteMultipartFormData().

github.com/restsharp/RestSharp - 52e2725c4f3018e6927ded1594c38626d5061a79 authored over 13 years ago by Andrew Young <[email protected]>
Merge branch 'master' of github.com:johnsheehan/RestSharp into john_master

github.com/restsharp/RestSharp - 438560920fdf69b25fae72c55c2ce94b0a2b8454 authored over 13 years ago by Andrew Young <[email protected]>
Some code cleanup.

github.com/restsharp/RestSharp - 2fd678a18c0e034c283c8371d35d0172c965a774 authored over 13 years ago by Andrew Young <[email protected]>
Merge branch 'will' into john_master

Conflicts:
RestSharp/Http.Async.cs
RestSharp/Http.Sync.cs

github.com/restsharp/RestSharp - 4ea8db1c451dac55c2523193317d41e4ea84b8ee authored over 13 years ago by Andrew Young <[email protected]>
MonoTouch project file update

github.com/restsharp/RestSharp - 636c1ef9bb1d61003162b5d185c4c92842dfa5ff authored over 13 years ago by John Sheehan <[email protected]>
Renamed __ANDROID__ compilation symbol to MONODROID.

github.com/restsharp/RestSharp - de50c46c14cb258c4b54f9577238ec63282e8597 authored over 13 years ago by Andrew Young <[email protected]>
Merge branch 'master' of github.com:johnsheehan/RestSharp into john_master

github.com/restsharp/RestSharp - 3a39a6ef146472691853b53fe8aeb3e4ce1217ab authored over 13 years ago by Andrew Young <[email protected]>
Sync'd up MonoDroid project with MonoTouch.

github.com/restsharp/RestSharp - f8e8bf3c718d2e646df3298c1745279bc3bfffb2 authored over 13 years ago by Andrew Young <[email protected]>
tweaks to RestSharp.Tests to make sure it works in Mono

github.com/restsharp/RestSharp - 79cebca8bede1eae410a9419e3ac2d0d7cf2fdf1 authored over 13 years ago by John Sheehan <[email protected]>
Renamed Android project to MonoDroid.

github.com/restsharp/RestSharp - f6ea6840616230f5dad2c4b5e18dad35ee398248 authored over 13 years ago by Andrew Young <[email protected]>
Merge branch 'gshackles' into john_master

github.com/restsharp/RestSharp - a372e6db9a57bae04a3ad6a0ac096c9e2955a64e authored over 13 years ago by Andrew Young <[email protected]>
Added skipped oauth test for manual execution.

github.com/restsharp/RestSharp - 8d5230b89897765c16669d17dec7a7158f039490 authored over 13 years ago by Andrew Young <[email protected]>
Removed ClientCertficates for WP7.

github.com/restsharp/RestSharp - 1a2bae23e51f16277912c64461a28a9a3f05840c authored over 13 years ago by Andrew Young <[email protected]>
Disabled ClientCertificates for Silverlight.

github.com/restsharp/RestSharp - fde5153362526d35b074f9f4a2c28a99542ee762 authored over 13 years ago by Andrew Young <[email protected]>
Added example in readme for aborting async request.

github.com/restsharp/RestSharp - 9432ff32d9cbb7bc7598c158cc1af8c6f8f3024c authored over 13 years ago by Andrew Young <[email protected]>
Merge branch 'async_abort' into johnsheehan_master

github.com/restsharp/RestSharp - 17848eed3ff297561341a897e7c391a34ef05e03 authored over 13 years ago by Andrew Young <[email protected]>
Fixed bug where aborting request tries to deserialize response.

github.com/restsharp/RestSharp - dcd3e0b45bf431463b57e1610dd82461101dbae5 authored over 13 years ago by Andrew Young <[email protected]>
Merge branch 'async_abort' into johnsheehan_master

Conflicts:
RestSharp.MonoTouch/RestSharp.MonoTouch.csproj

github.com/restsharp/RestSharp - a73f32ad37dc6c2623b89dc701ac1a23c452e7fc authored over 13 years ago by Andrew Young <[email protected]>
Merge pull request #136 from anujb/master

Added OAuth Authenticators to MonoTouch project

github.com/restsharp/RestSharp - 45269414057d54c4c3e6af08320ffb2b0da48eac authored over 13 years ago by Andrew Young <[email protected]>
Added request client certificates. Pull request #98.

github.com/restsharp/RestSharp - e4ff8a9ebc41921b269da4bc963b7378b878291f authored over 13 years ago by Andrew Young <[email protected]>
Code formatting.

github.com/restsharp/RestSharp - 3116d885fcb8f33d026e513c72de086a5cb7b02b authored over 13 years ago by Andrew Young <[email protected]>
Fixed bug with writing double-byte unicode

characters.

github.com/restsharp/RestSharp - a871b762ce78b216ca0434b6624a265161fb61f3 authored over 13 years ago by Andrew Young <[email protected]>
lazy-load .Content string representations of body in responses

github.com/restsharp/RestSharp - efc456942ecb92099d6dc07634c95414b1ee4b3f authored over 13 years ago by johnsheehan <[email protected]>
use CRFL for line endings to conform to RFC2046 (MIME)

From the RFC:

4.1.1. Representation of Line Breaks

The canonical form of any MIME "text" s...

github.com/restsharp/RestSharp - 90721358841ed06fa4570c7eabd45de5483b0e0a authored over 13 years ago by Craig McDonald <[email protected]>
Added the RestRequestAsyncHandle.cs file to all projects.

github.com/restsharp/RestSharp - b8c7faa3a4019384f87495d8aed75088f0fd35e7 authored over 13 years ago by Andrew Young <[email protected]>
Added support for aborting async requests.

github.com/restsharp/RestSharp - 964bbb5e76aaa69dae677bd3de8129547808e84e authored over 13 years ago by Andrew Young <[email protected]>
First pass at adding an abort to async calls.

github.com/restsharp/RestSharp - b003cacc0a4e601a3d3b15bfec9833e053eed6fc authored over 13 years ago by Andrew Young <[email protected]>
solution mgmt nonsense. mango project stub (probably non-working, haven't tested yet)

github.com/restsharp/RestSharp - 8c5a4a52b44dc68298a898a776415c4d4a7462d2 authored over 13 years ago by johnsheehan <[email protected]>
Added support for DateTimeOffset values.

github.com/restsharp/RestSharp - 4e4b93d928aa2258190ba649a9ef99c77ab38ca4 authored over 13 years ago by Tatham Oddie <[email protected]>
Added more tests around nullable and non-nullable DateTimes and DateTimeOffsets.

github.com/restsharp/RestSharp - 880b949299b25003756a7a31821a587940e485e0 authored over 13 years ago by Tatham Oddie <[email protected]>
Fixed UTC vs local time issue in test case.

github.com/restsharp/RestSharp - 10c4653203e56529911a25d6862bdba21d8a0c02 authored over 13 years ago by Tatham Oddie <[email protected]>
Added explicit support for JTokenType.Date values because they don't need to be reparsed.

github.com/restsharp/RestSharp - 012e4d729df99fec0e908528ce2145aff5e3d2be authored over 13 years ago by Tatham Oddie <[email protected]>
Added a failing test to demonstrate broken JSON.NET date parsing.

github.com/restsharp/RestSharp - dbf35955212aa47447c004003318bb0399c0cfda authored over 13 years ago by Tatham Oddie <[email protected]>
Fixed problem with deserializing namespaced list of primitives.

github.com/restsharp/RestSharp - f8aaf94b4b614dc9c6698cd1fbb6378c066f4189 authored over 13 years ago by Artur Dorochowicz <[email protected]>
Merge branch 'master' of github.com:willkelleher/RestSharp

Conflicts:
RestSharp/Http.Async.cs
RestSharp/Http.Sync.cs

github.com/restsharp/RestSharp - 9e7891b152eb74587d743499c627e0df65447e23 authored over 13 years ago by Will Kelleher <[email protected]>
Moved parameters before file data

github.com/restsharp/RestSharp - f360258cc90f0723eeab35e10a7b7925c89ffe23 authored over 13 years ago by Will Kelleher <[email protected]>
Moved parameters before file data

github.com/restsharp/RestSharp - 0591a40e740a3cecebf6a48a4128e14324abfd84 authored over 13 years ago by Will Kelleher <[email protected]>
Merge remote branch 'upstream/master'

github.com/restsharp/RestSharp - 356170c9aaa988c8afa8e3605630e701bc56955e authored over 13 years ago by Greg Shackles <[email protected]>
configure compression for async requests on framework

github.com/restsharp/RestSharp - 1bf75d07a4c0ea68dad99683604ec12ba445cf33 authored over 13 years ago by johnsheehan <[email protected]>
adding .net 4 project to make nuget work better with json.netreference

github.com/restsharp/RestSharp - 0e600fb61b85f9e68f3bf1693250d7bfc23ad5a2 authored over 13 years ago by johnsheehan <[email protected]>
Renaming RestRequest.State to RestRequest.UserState

github.com/restsharp/RestSharp - 95935dbb2ffa49e0062fc597a47888ab546ab9c5 authored over 13 years ago by johnsheehan <[email protected]>
Merge branch 'master' of github.com:johnsheehan/RestSharp

github.com/restsharp/RestSharp - 2b7190b337d32d2d77e3441a0bae894a2d7b50fe authored over 13 years ago by johnsheehan <[email protected]>
Merge pull request #131 from jaircazarin/master

Added State object property to RestRequest

github.com/restsharp/RestSharp - d614c5a462e5619f39d6e8a38253ca2e6bf837e5 authored over 13 years ago by John Sheehan <[email protected]>
create folders for packaging if they don't exist

github.com/restsharp/RestSharp - e9b3a93035918eb4b47324b90e01bc08ca410993 authored over 13 years ago by johnsheehan <[email protected]>
version bump and package folder name changes

github.com/restsharp/RestSharp - ba80dc74c974decf7e68ff8b7da9d4912c710208 authored over 13 years ago by johnsheehan <[email protected]>
using new PathFor() on new test

github.com/restsharp/RestSharp - b89166cbe3fed147af786459c83b548c5b5cc7c1 authored over 13 years ago by johnsheehan <[email protected]>
removed file from test project

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

github.com/restsharp/RestSharp - 9ecde62a4b04bb2f5d006a8ab1bb4c930fdbb113 authored over 13 years ago by johnsheehan <[email protected]>
fix for some attributes on list derivatives not being populated

github.com/restsharp/RestSharp - ea753dbfd497eed93c537ead4d82d45434ec3439 authored over 13 years ago by johnsheehan <[email protected]>
Fixed null BaseUrl -- no null check prefixes Uri with forward slash and turns HttpWebRequest into FileWebRequest

github.com/restsharp/RestSharp - a190cb8e429f6895b997da4ac10acdbd422b9f2c authored over 13 years ago by Anuj <[email protected]>
adding ability to deserialize booleans from XML from both strings and numbers

github.com/restsharp/RestSharp - 2ff74ccbd4c836981d3fc3e46b180e2aa1ea8342 authored over 13 years ago by Greg Shackles <[email protected]>
Added OAuth Authenticators to MonoTouch project

github.com/restsharp/RestSharp - e418f2afbd77dc3f56dfed96d3352ee0d121c6e7 authored over 13 years ago by abhatia <[email protected]>
adding Mono For Android support

github.com/restsharp/RestSharp - 2c12103ffb1ca28b48285286f2fb8f81c4d84c03 authored over 13 years ago by Greg Shackles <[email protected]>
Added state object property to restrequest, useful for async scenarios where the developers want to associate an object with the request and later use that object once the async operation completes

github.com/restsharp/RestSharp - cfa37ef80b6d936e7735fa91943f3ea4cb0664dd authored over 13 years ago by jaircazarin <[email protected]>
Merged pull request #130 from ayoung/mono-compat.

Fixed tests to run on *nix systems

github.com/restsharp/RestSharp - 5de4e3654e95791ce79104f99310aa69d6f36fd5 authored over 13 years ago by John Sheehan <[email protected]>
Resolved pathing in unit tests. Tests are now valid for those running Mono on *nix systems.

github.com/restsharp/RestSharp - 2b88eb4351de4aa9b8af09562cdb1d816d03ca0d authored over 13 years ago by Andrew Young <[email protected]>