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

Fixed indentation

github.com/restsharp/RestSharp - e49f258d84d27874a100d3f5ec24a73186dd243f authored over 11 years ago by Erik Schierboom <[email protected]>
Don't strip trailing slash when adding query parameters as per RFC1738 and RFC2396

github.com/restsharp/RestSharp - b8682b4385d7a219c8303a6dda6680aaa868762b authored over 11 years ago by Dave Collie <[email protected]>
Extract creating the response with error status into the CreateErrorResponse method.

github.com/restsharp/RestSharp - b5b559bbec425f24d4476c8d3cff70f58fd8b900 authored over 11 years ago by Alexey Skoryatin <[email protected]>
Fixed ClientCertificate NotImplementedException on mono runtime.

In mono there is no setter for the ClientCertificates property on the WebRequest
class, and ther...

github.com/restsharp/RestSharp - 19dc9c4717e897cdcc78e04a1d6c796dea2ac9d4 authored over 11 years ago by Nicklas Overgaard <[email protected]>
Add SimpleJson.cs as a linked file

This fixes a mistake in my previous commits.

github.com/restsharp/RestSharp - 833608c2d6128297a3c781ad17043061db7fd84f authored over 11 years ago by Haacked <[email protected]>
Merge pull request #381 from XixunDeveloper/master

Fixed System.Net.ProtocolViolationException issue cause of missed the ContentLength property

github.com/restsharp/RestSharp - 516840bf1586b852125fd8c77db77ab34c152c43 authored over 11 years ago by Phil Haack <[email protected]>
Merge pull request #379 from hahmed/patch-1

IRestResponse instead of RestResponse

github.com/restsharp/RestSharp - 9d158682279530b10193bfc4417e78f81fdc01cd authored over 11 years ago by Phil Haack <[email protected]>
Merge pull request #389 from Haacked/update-jsondotnet

Remove JSON.NET from unit test project

github.com/restsharp/RestSharp - 4fbb483170286dcedc910a5655beb1fa627208da authored over 11 years ago by Phil Haack <[email protected]>
Merge pull request #390 from Haacked/update-simplejson

Upgraded SimpleJson to 0.25

github.com/restsharp/RestSharp - e5f6944e6b80e5f7015dab17d5e976f52543beb7 authored over 11 years ago by Phil Haack <[email protected]>
Merge pull request #388 from Haacked/remove-unneeded-import

Remove redundant MSBuildBinPath import

github.com/restsharp/RestSharp - f4d0195645b76d0ffe3500c485464582e8663872 authored over 11 years ago by Phil Haack <[email protected]>
Upgraded SimpleJson to 0.25

Since SimpleJson.cs is a linked file, only one project should have a
packages.config entry for i...

github.com/restsharp/RestSharp - 4161954dfa5d52fd43439736388fafa69e4b8a53 authored over 11 years ago by Haacked <[email protected]>
Remove JSON.NET from unit test project

This fixes #346

github.com/restsharp/RestSharp - 0a6be69c78e1d939575a20065ccd8f9eae83f5ab authored over 11 years ago by Haacked <[email protected]>
Remove redundant MSBuildBinPath import

MSBuildBinPath was replaced with MSBuildToolsPath after VS2005.
MSBuildBinPath was kept around f...

github.com/restsharp/RestSharp - af93bbb8f3ee0370a2296131603d1ee6a6212cf5 authored over 11 years ago by Haacked <[email protected]>
Fix for Issue #384

Implemented multipart/form-data POSTS with only parameters and without
files.

github.com/restsharp/RestSharp - a4eb2beb694bdcee1b494599e58b55e2bc32b854 authored over 11 years ago by Martin Meixger <[email protected]>
Add the missed ContentLength Property

github.com/restsharp/RestSharp - 2781d7e11544a67c9bfb300edc43a0947ab7986f authored over 11 years ago by lishali12345 <[email protected]>
Improved handeling on nullable types (propper commit this time)

VS seems to be out of sync an doing strange things hence the odd commits

github.com/restsharp/RestSharp - f632b9ee515780c11be30add388782adb428f3ab authored over 11 years ago by Naliath <[email protected]>
Better support for nullable types

github.com/restsharp/RestSharp - 4990d8f2424eb4a46b1026ab9be274b5bb67ae7b authored over 11 years ago by Naliath <[email protected]>
Better support for nullable types

github.com/restsharp/RestSharp - 52c444300a65538c117361a802404c5cb13571af authored over 11 years ago by Naliath <[email protected]>
"== ResponseStatus.Completed" more correctly than "!= ResponseStatus.Aborted"

github.com/restsharp/RestSharp - 816e8be2f1eccf7ce4f9ac91eab965c68bfcce74 authored over 11 years ago by Alexey Skoryatin <[email protected]>
Fix bug with not set ResponseStatus.Aborted if the request was aborted just after starting.

github.com/restsharp/RestSharp - 30ce85a5e9fb720a5d03eca2c9fc3617ebe82397 authored over 11 years ago by Alexey Skoryatin <[email protected]>
IRestResponse instead of RestResponse

For anyone copying and pasting your example (like me) - you can get started a little bit quicker :)

github.com/restsharp/RestSharp - 0b45408dfb2fc5161c0842348ff5820272b9a08f authored over 11 years ago by Haroon <[email protected]>
- Added missing ErrorException initializer when creating RestRequest<T> from regular request.

- Modified Deserialize<T> so that the deserialization is only preformed when the request returned...

github.com/restsharp/RestSharp - fde15e229882bb99618de673ead017c8bc5ae9f4 authored over 11 years ago by Naliath <[email protected]>
Update JsonDeserializer.cs

Fix for bug parsing an array of doubles. (Issue #373)

github.com/restsharp/RestSharp - e162a5ca561d6bb59a16d6289401a386724af34d authored over 11 years ago by monkey-g <[email protected]>
Merge github.com:nickvane/RestSharp

github.com/restsharp/RestSharp - 9ee6d0ee490413e6c8f44a2f01c437dfda818c91 authored over 11 years ago by Andrew Young <[email protected]>
Merge branch 'fix-accepts-mem-leak' of github.com:ewanmellor/RestSharp

github.com/restsharp/RestSharp - 19facb8b3d4e1d5d4c1a0f7aae3d1d02ffed35b5 authored over 11 years ago by Andrew Young <[email protected]>
Merge branch 'RequestBodyBytes' of github.com:ewanmellor/RestSharp

github.com/restsharp/RestSharp - f808f09c086d8e50de8dfd71e653b199877bb63b authored over 11 years ago by Andrew Young <[email protected]>
Merge github.com:bmontgomery/RestSharp

github.com/restsharp/RestSharp - 3680628310db059ae086f0ffedc42d01849f2d7b authored over 11 years ago by Andrew Young <[email protected]>
Version bump 104.2

github.com/restsharp/RestSharp - 6bd1b11812b80373cd6b74c54cacc040cfc6568f authored over 11 years ago by Andrew Young <[email protected]>
Merge branch 'response-write-to-stream' of github.com:IronFoundry/RestSharp

github.com/restsharp/RestSharp - 01fafe239e520f8adfb3b95725eef1a6cc245dc7 authored over 11 years ago by Andrew Young <[email protected]>
Fix compatibility for SL and WP

github.com/restsharp/RestSharp - 20bfaa1ca6a9d3d5f542fc24fe5acc4ab4b74155 authored over 11 years ago by Andrew Young <[email protected]>
Merge github.com:BMeyerKC/RestSharp

github.com/restsharp/RestSharp - f770c1a1f16b88775f978b46d26a234362c03b93 authored over 11 years ago by Andrew Young <[email protected]>
Fix for Issue #368

github.com/restsharp/RestSharp - 713935b8e50caedc296a4c6ba9150f3c22c80f6c authored over 11 years ago by Nick Van Eeckhout <[email protected]>
Renamed methods to conform to TPL standards and added overloads for GET and POST specific usage and added overloads without CancellationToken

github.com/restsharp/RestSharp - 0d9f9f27143255ef95e1b451e06572b9f7f5af0c authored almost 12 years ago by Erik Schierboom <[email protected]>
Added ExecuteAsync overloads that return Task<T>. fixes #366

github.com/restsharp/RestSharp - 64a12b97dda204174758ba0aab1017ff38a44f35 authored almost 12 years ago by Erik Schierboom <[email protected]>
Merge pull request #365 from ErikSchierboom/issue-364

Added support for token type in OAuth2Authenticator. fixes #364

github.com/restsharp/RestSharp - 0dd78f55ef87ae97179ade1bf8d3db463c851c39 authored almost 12 years ago by Pedro Lamas <[email protected]>
Added support for specifying token type in OAuth2Authenticator. fixes #364

github.com/restsharp/RestSharp - 80bad5ce7ef249fc457fb4f2c042711d38175790 authored almost 12 years ago by Erik Schierboom <[email protected]>
Added overloaded constructor to support backwards compatibility with string parameters

github.com/restsharp/RestSharp - 369c14d5061418bf40a03771b365ce372d8f0de3 authored almost 12 years ago by Scott Schluer <[email protected]>
Changed BaseUrl to Uri instead of string

github.com/restsharp/RestSharp - 411acc3fdbad9e4e027e5077babf6b99227d6af6 authored almost 12 years ago by Scott Schluer <[email protected]>
Added support for serialization for classes containing IList properties

github.com/restsharp/RestSharp - 7a2799d23676732922e70a44a815f23569c533ba authored almost 12 years ago by Scott Schluer <[email protected]>
ConfigureProxy(http) was not being called in the ExecuteAsync().

Added ConfigureProxy(http) to the end of ConfigureHttp(request, http).
Removed call to ConfigureP...

github.com/restsharp/RestSharp - 6ebfc2918c18597db7e7e6e0367411ead01b13eb authored almost 12 years ago by Brandon Meyer <[email protected]>
Fixed skipping of XAuth parameters with OAuthParameterHandling.UrlOrPostParameters.

github.com/restsharp/RestSharp - d76b68324e535dd18667f0337b90b3a8785d3c6b authored almost 12 years ago by Marcin Mikołajczak <[email protected]>
Add RequestBodyBytes.

Implement the ability for the body of a PUT or POST to be specified using
a byte array, rather t...

github.com/restsharp/RestSharp - 3bd58b089e62a3be555ce12e3e98cfb37c4afa34 authored almost 12 years ago by Ewan Mellor <[email protected]>
Fix memory leak around handling of Accepts header.

When adding an Accepts header to the request, this shouldn't be put into
DefaultParameters. Rep...

github.com/restsharp/RestSharp - aee34f0b0ddee87746ea3850b24c6691f7b36053 authored almost 12 years ago by Ewan Mellor <[email protected]>
Merge pull request #259 from Dharun/patch-1

XmlAttributeDeserializer crashes if value == ""

github.com/restsharp/RestSharp - cc283fb0843e1141f717dcc6b3009206b6c95b62 authored almost 12 years ago by Andrew Young <[email protected]>
fix adding array of ints to restrequest using addobject

github.com/restsharp/RestSharp - 496fd5c67644397fee0178ac78180f7900326911 authored about 12 years ago by Brandon Montgomery <[email protected]>
Update CONTRIBUTING.markdown

github.com/restsharp/RestSharp - 054adce80b20458885db9f4394d24b38aa0012d2 authored over 12 years ago by John Sheehan <[email protected]>
Merge pull request #324 from PedroLamas/master

Added CONTRIBUTING.markdown to repository

github.com/restsharp/RestSharp - a52961768182da8956c172e6d09773add7457556 authored over 12 years ago by Pedro Lamas <[email protected]>
Added CONTRIBUTING.markdown

github.com/restsharp/RestSharp - cfce270a7bd7d86999fdb1e59c987d39016cde1d authored over 12 years ago by Pedro Lamas <[email protected]>
Merge pull request #321 from apodlaski/master

Another fix for ExecuteAsync

github.com/restsharp/RestSharp - eef0c86c4530a3d8209a88bcb4e28dc6d7518cd1 authored over 12 years ago by Andrew Young <[email protected]>
Remove duplicated code.

github.com/restsharp/RestSharp - 59ae2b9eed222fe15080e6b5b2e757ba7e85a70d authored over 12 years ago by Luke Bakken <[email protected]>
Another fix for ExecuteAsync

github.com/restsharp/RestSharp - 2ce5204ff97353ca44e9809ec0fb0a1e124229aa authored over 12 years ago by Aleksander Podlaski <[email protected]>
Version bump: 401.1

github.com/restsharp/RestSharp - 196fa7e4d82701c7ea8cea1f2a65dd8112d00f7e authored over 12 years ago by Andrew Young <[email protected]>
Merge pull request #320 from jasonmoore2k/ExecuteAsyncFix

Fix for ExecuteAsync

github.com/restsharp/RestSharp - 4531670970df4e1c487661590370cc733c26401c authored over 12 years ago by Pete Johanson <[email protected]>
Fix for ExecuteAsync

github.com/restsharp/RestSharp - 6349e205a154288cd7198adf53b853eff788b026 authored over 12 years ago by Jason Moore <[email protected]>
Added ability to write response data directly to Stream.

github.com/restsharp/RestSharp - ca4e7c827fbca0c6b99ee5fc6b6ecc5ec0e738c8 authored over 12 years ago by Luke Bakken <[email protected]>
Update readme

Add new bullet point for non-standard HTTP methods

github.com/restsharp/RestSharp - 7365eec41607b317fd6fa07a45f7ed2c31b0535d authored over 12 years ago by Andrew Young <[email protected]>
Update release notes

github.com/restsharp/RestSharp - ddde53b1adeae3ce0e6ca904a14f1ff0c1fd402c authored over 12 years ago by Andrew Young <[email protected]>
Update release notes with breaking changes

github.com/restsharp/RestSharp - 09a8c99447ecc028be37b31da844f60990dbc74c authored over 12 years ago by Andrew Young <[email protected]>
Merge branch 'master' of github.com:restsharp/RestSharp

github.com/restsharp/RestSharp - 793ab400375ad8850dadb14020a1887e227f5b0f authored over 12 years ago by Andrew Young <[email protected]>
Update release notes

github.com/restsharp/RestSharp - 7dbabe6f813210ab59e65b32472e72e24d354b43 authored over 12 years ago by Andrew Young <[email protected]>
Add culture issue fix to SL as well

github.com/restsharp/RestSharp - 3f70b698b0afd414e64b6855b7b0cba386a815af authored over 12 years ago by Andrew Young <[email protected]>
Fix for culture related issue on Windows Phone

JSON deserialization of values such as
{"latitude":59.9324,"longitude":10.8352}
failed for some ...

github.com/restsharp/RestSharp - e9440a570fa21c70cf30b4bcfb1613e92e926dca authored over 12 years ago by Morten Trydal <[email protected]>
Tabify!

github.com/restsharp/RestSharp - 7507b8096301b9b7de43e87eac0265b8bfb6e306 authored over 12 years ago by Andrew Young <[email protected]>
Merge branch 'master' of github.com:restsharp/RestSharp

github.com/restsharp/RestSharp - 805f2bbc618e8919b537b47dc1b4c871412c2baf authored over 12 years ago by Andrew Young <[email protected]>
j/k! Version bump: 104.0

There were some breaking API changes that warrants a major version
bump in this release.

github.com/restsharp/RestSharp - 1fe144204446165deded6077543ad4e024802612 authored over 12 years ago by Andrew Young <[email protected]>
Update release notes

github.com/restsharp/RestSharp - 26b6a5be75d4e191dd4847cb3d136e1ffd0b91a6 authored over 12 years ago by Andrew Young <[email protected]>
Version bump: 103.5

github.com/restsharp/RestSharp - 813ff3c453b092ab7040ceb3eb0d0f7a66f9c8fd authored over 12 years ago by Andrew Young <[email protected]>
Fix RestClient for SL, WP from previous commit

github.com/restsharp/RestSharp - 4bab40a350df1e087da8f98e7a7734b9163e3944 authored over 12 years ago by Andrew Young <[email protected]>
Merge branch 'master' of git://github.com/jhoerr/RestSharp

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

github.com/restsharp/RestSharp - fff871dafd4771e46e63d6a08d86ae3f51d659d9 authored over 12 years ago by Andrew Young <[email protected]>
Merge pull request #312 from artema/master

Resolved an xAuth support issue in the OAuth1Authenticator

github.com/restsharp/RestSharp - fad3d6a0a62c7ba6ea989b593c8f58b2a48a8b0a authored over 12 years ago by Andrew Young <[email protected]>
Merge branch 'extension-methods' of git://github.com/Haacked/RestSharp

Conflicts:
RestSharp/RestClientExtensions.cs
RestSharp/RestSharp.csproj

github.com/restsharp/RestSharp - 66dd71d13c589a71383d2e283df5fbab94650913 authored over 12 years ago by Andrew Young <[email protected]>
Reimplemented copy/move as http method-agnostic

Can now execute arbitrary HTTP methods (such as "copy" or "move") using
get- or post-style reque...

github.com/restsharp/RestSharp - a0f67ed71316dd4ea59490a868943ed6f7af9785 authored over 12 years ago by John Hoerr <[email protected]>
Adding Copy/Move interface methods to IHttp

github.com/restsharp/RestSharp - 88543d87374e8d9b072319096af3f389ac22535d authored over 12 years ago by John Hoerr <[email protected]>
Adding support for MOVE and COPY HTTP methods

These methods can be found in the WebDAV spec:
http://www.webdav.org/specs/rfc4918.html

github.com/restsharp/RestSharp - 29f2f7a998a1739903b39f912145bcf40689d133 authored over 12 years ago by John Hoerr <[email protected]>
xAuth support fix.

github.com/restsharp/RestSharp - fb62d4b0fef480c44be8ebd1f1b57d392e0e19ef authored over 12 years ago by Artem Abashev <[email protected]>
Change methods to be extension methods

Makes implementing a custom IRestClient easier since these methods don't
need to be reimplemente...

github.com/restsharp/RestSharp - d70f9c989870f20ca0c3ee4804b2d8395d100d66 authored over 12 years ago by Haacked <[email protected]>
Fixing spacing around parenthesis & spaces->tabs

github.com/restsharp/RestSharp - fb0b30da8cc2f064de2aa38694a34e7dea393543 authored over 12 years ago by Evan Dontje <[email protected]>
Refactoring enum parsing to not fail and instead return a default value if parsing fails

github.com/restsharp/RestSharp - 37e39a05585a78bca0d2b1ba56b5d1e8badbd13f authored over 12 years ago by Evan Dontje <[email protected]>
Adding support for deserializing enums from integer representations

github.com/restsharp/RestSharp - 7cf212ac92e7d91d3e6bb6fc0d0675599e619a33 authored over 12 years ago by Evan Dontje <[email protected]>
Merge pull request #309 from Haacked/timeout-fix

Fix problem with overriding request defaults

github.com/restsharp/RestSharp - 8763a56ddb9bcd1055c5e984204e604311b91c18 authored over 12 years ago by Pete Johanson <[email protected]>
Don't overwrite http user agent with default

If a user overrides the IHttpFactory, RestCLient shouldn't overwrite the
default user agent with...

github.com/restsharp/RestSharp - 1912f1c07433b92a327b64e7d4261d330a431cb5 authored over 12 years ago by Haacked <[email protected]>
Fix problem with setting request timeout

The original code could override the http.Timeout with
the value of 0 if the RestClient Timeout ...

github.com/restsharp/RestSharp - 3e5282b4245bd14f7773447f75b8d7fcbbaff58c authored over 12 years ago by Haacked <[email protected]>
Version bump: 103.4 to fix assembly versioning

github.com/restsharp/RestSharp - 358e6466426663165a10187d78c51427afcc0c36 authored over 12 years ago by Andrew Young <[email protected]>
Add link to nuspec

github.com/restsharp/RestSharp - 475c1da1b9b9691e3fc1d9d6245a44e7536638f9 authored over 12 years ago by Andrew Young <[email protected]>
Version bump: 103.3. Add release notes file.

github.com/restsharp/RestSharp - ac4cf13c28952177a06bb0142fe0b0848ba83b26 authored over 12 years ago by Andrew Young <[email protected]>
Fix merge better

github.com/restsharp/RestSharp - 38cda6e6c297340e4aeebbb0f0fa38228573fc98 authored over 12 years ago by Andrew Young <[email protected]>
Fix merge conflict

github.com/restsharp/RestSharp - dc3bd28fff076f664ba2b624a2e8bf68efdca12d authored over 12 years ago by Andrew Young <[email protected]>
Merge pull request #302 from friism/improve-support-for-parsing-iso8601-dates

Improve support for parsing iso8601 dates

github.com/restsharp/RestSharp - 1a28f1f8fbf19fb9eb520efcc48c0d99eacdff6b authored over 12 years ago by Pedro Lamas <[email protected]>
remove spurious whitespace

github.com/restsharp/RestSharp - 4f6aef32b26001bd44556a086bc55aec94ce2c62 authored over 12 years ago by Michael Friis <[email protected]>
don't use toString when comparing dates

github.com/restsharp/RestSharp - dd05e0f6da5a7aa1b9abaa90b8f417d5bbf81763 authored over 12 years ago by Michael Friis <[email protected]>
refactor

github.com/restsharp/RestSharp - 6d7873314c43ed4ccdf5b5dc7d6ad4570fece7e0 authored over 12 years ago by Michael Friis <[email protected]>
add helper

github.com/restsharp/RestSharp - 9ca39e258cde824f0fcc6fadeaf84179338cca8b authored over 12 years ago by Michael Friis <[email protected]>
try harder

github.com/restsharp/RestSharp - 586ff49a01ecfb996a2282a7565c97734d297556 authored over 12 years ago by Michael Friis <[email protected]>
add structure

github.com/restsharp/RestSharp - 3e51eb21faf6f89be0921b7fc81ae3b07da53f01 authored over 12 years ago by Michael Friis <[email protected]>
add tests

github.com/restsharp/RestSharp - 12f562f80a41717f73c9ac362776d82470829f16 authored over 12 years ago by Michael Friis <[email protected]>
add sample data

github.com/restsharp/RestSharp - f0ea851da4115ed9b885775f3361132c9e2a1af6 authored over 12 years ago by Michael Friis <[email protected]>
Merge pull request #305 from PedroLamas/master

Fixed List<T> json deserialization, when T was a something like DateTime, Timespan, Guid, etc.

github.com/restsharp/RestSharp - a15b2a42430eefd51e45dca27d6bd52e40df6343 authored over 12 years ago by Pedro Lamas <[email protected]>
Fixed List<T> json deserialization, when T was a something like DateTime, Timespan, Guid, etc.

github.com/restsharp/RestSharp - 77befa1ae4b201281f2501d1398d447499d53fc6 authored over 12 years ago by Pedro Lamas <[email protected]>
Merge pull request #300 from Haacked/patch-1

Made BaseUrl property virtual

github.com/restsharp/RestSharp - 057be99cad7def269d06605fb38ea6b0d300c5ed authored over 12 years ago by Pedro Lamas <[email protected]>
Merge pull request #301 from Haacked/patch-2

Avoid potential NullReferenceException

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