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

Fixed indentation

e49f258d84d27874a100d3f5ec24a73186dd243f authored over 11 years ago
Don't strip trailing slash when adding query parameters as per RFC1738 and RFC2396

b8682b4385d7a219c8303a6dda6680aaa868762b authored over 11 years ago
Extract creating the response with error status into the CreateErrorResponse method.

b5b559bbec425f24d4476c8d3cff70f58fd8b900 authored over 11 years ago
Fixed ClientCertificate NotImplementedException on mono runtime.

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

19dc9c4717e897cdcc78e04a1d6c796dea2ac9d4 authored over 11 years ago
Add SimpleJson.cs as a linked file

This fixes a mistake in my previous commits.

833608c2d6128297a3c781ad17043061db7fd84f authored over 11 years ago
Merge pull request #381 from XixunDeveloper/master

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

516840bf1586b852125fd8c77db77ab34c152c43 authored over 11 years ago
Merge pull request #379 from hahmed/patch-1

IRestResponse instead of RestResponse

9d158682279530b10193bfc4417e78f81fdc01cd authored over 11 years ago
Merge pull request #389 from Haacked/update-jsondotnet

Remove JSON.NET from unit test project

4fbb483170286dcedc910a5655beb1fa627208da authored over 11 years ago
Merge pull request #390 from Haacked/update-simplejson

Upgraded SimpleJson to 0.25

e5f6944e6b80e5f7015dab17d5e976f52543beb7 authored over 11 years ago
Merge pull request #388 from Haacked/remove-unneeded-import

Remove redundant MSBuildBinPath import

f4d0195645b76d0ffe3500c485464582e8663872 authored over 11 years ago
Upgraded SimpleJson to 0.25

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

4161954dfa5d52fd43439736388fafa69e4b8a53 authored over 11 years ago
Remove JSON.NET from unit test project

This fixes #346

0a6be69c78e1d939575a20065ccd8f9eae83f5ab authored over 11 years ago
Remove redundant MSBuildBinPath import

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

af93bbb8f3ee0370a2296131603d1ee6a6212cf5 authored over 11 years ago
Fix for Issue #384

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

a4eb2beb694bdcee1b494599e58b55e2bc32b854 authored over 11 years ago
Add the missed ContentLength Property

2781d7e11544a67c9bfb300edc43a0947ab7986f authored over 11 years ago
Improved handeling on nullable types (propper commit this time)

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

f632b9ee515780c11be30add388782adb428f3ab authored over 11 years ago
Better support for nullable types

4990d8f2424eb4a46b1026ab9be274b5bb67ae7b authored over 11 years ago
Better support for nullable types

52c444300a65538c117361a802404c5cb13571af authored over 11 years ago
"== ResponseStatus.Completed" more correctly than "!= ResponseStatus.Aborted"

816e8be2f1eccf7ce4f9ac91eab965c68bfcce74 authored over 11 years ago
Fix bug with not set ResponseStatus.Aborted if the request was aborted just after starting.

30ce85a5e9fb720a5d03eca2c9fc3617ebe82397 authored over 11 years ago
IRestResponse instead of RestResponse

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

0b45408dfb2fc5161c0842348ff5820272b9a08f authored over 11 years ago
- 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...

fde15e229882bb99618de673ead017c8bc5ae9f4 authored almost 12 years ago
Update JsonDeserializer.cs

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

e162a5ca561d6bb59a16d6289401a386724af34d authored almost 12 years ago
Merge github.com:nickvane/RestSharp

9ee6d0ee490413e6c8f44a2f01c437dfda818c91 authored almost 12 years ago
Merge branch 'fix-accepts-mem-leak' of github.com:ewanmellor/RestSharp

19facb8b3d4e1d5d4c1a0f7aae3d1d02ffed35b5 authored almost 12 years ago
Merge branch 'RequestBodyBytes' of github.com:ewanmellor/RestSharp

f808f09c086d8e50de8dfd71e653b199877bb63b authored almost 12 years ago
Merge github.com:bmontgomery/RestSharp

3680628310db059ae086f0ffedc42d01849f2d7b authored almost 12 years ago
Version bump 104.2

6bd1b11812b80373cd6b74c54cacc040cfc6568f authored almost 12 years ago
Merge branch 'response-write-to-stream' of github.com:IronFoundry/RestSharp

01fafe239e520f8adfb3b95725eef1a6cc245dc7 authored almost 12 years ago
Fix compatibility for SL and WP

20bfaa1ca6a9d3d5f542fc24fe5acc4ab4b74155 authored almost 12 years ago
Merge github.com:BMeyerKC/RestSharp

f770c1a1f16b88775f978b46d26a234362c03b93 authored almost 12 years ago
Fix for Issue #368

713935b8e50caedc296a4c6ba9150f3c22c80f6c authored almost 12 years ago
Renamed methods to conform to TPL standards and added overloads for GET and POST specific usage and added overloads without CancellationToken

0d9f9f27143255ef95e1b451e06572b9f7f5af0c authored almost 12 years ago
Added ExecuteAsync overloads that return Task<T>. fixes #366

64a12b97dda204174758ba0aab1017ff38a44f35 authored almost 12 years ago
Merge pull request #365 from ErikSchierboom/issue-364

Added support for token type in OAuth2Authenticator. fixes #364

0dd78f55ef87ae97179ade1bf8d3db463c851c39 authored almost 12 years ago
Added support for specifying token type in OAuth2Authenticator. fixes #364

80bad5ce7ef249fc457fb4f2c042711d38175790 authored almost 12 years ago
Added overloaded constructor to support backwards compatibility with string parameters

369c14d5061418bf40a03771b365ce372d8f0de3 authored almost 12 years ago
Changed BaseUrl to Uri instead of string

411acc3fdbad9e4e027e5077babf6b99227d6af6 authored almost 12 years ago
Added support for serialization for classes containing IList properties

7a2799d23676732922e70a44a815f23569c533ba authored almost 12 years ago
ConfigureProxy(http) was not being called in the ExecuteAsync().

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

6ebfc2918c18597db7e7e6e0367411ead01b13eb authored almost 12 years ago
Fixed skipping of XAuth parameters with OAuthParameterHandling.UrlOrPostParameters.

d76b68324e535dd18667f0337b90b3a8785d3c6b authored almost 12 years ago
Add RequestBodyBytes.

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

3bd58b089e62a3be555ce12e3e98cfb37c4afa34 authored about 12 years ago
Fix memory leak around handling of Accepts header.

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

aee34f0b0ddee87746ea3850b24c6691f7b36053 authored about 12 years ago
Merge pull request #259 from Dharun/patch-1

XmlAttributeDeserializer crashes if value == ""

cc283fb0843e1141f717dcc6b3009206b6c95b62 authored about 12 years ago
fix adding array of ints to restrequest using addobject

496fd5c67644397fee0178ac78180f7900326911 authored over 12 years ago
Update CONTRIBUTING.markdown

054adce80b20458885db9f4394d24b38aa0012d2 authored over 12 years ago
Merge pull request #324 from PedroLamas/master

Added CONTRIBUTING.markdown to repository

a52961768182da8956c172e6d09773add7457556 authored over 12 years ago
Added CONTRIBUTING.markdown

cfce270a7bd7d86999fdb1e59c987d39016cde1d authored over 12 years ago
Merge pull request #321 from apodlaski/master

Another fix for ExecuteAsync

eef0c86c4530a3d8209a88bcb4e28dc6d7518cd1 authored over 12 years ago
Remove duplicated code.

59ae2b9eed222fe15080e6b5b2e757ba7e85a70d authored over 12 years ago
Another fix for ExecuteAsync

2ce5204ff97353ca44e9809ec0fb0a1e124229aa authored over 12 years ago
Version bump: 401.1

196fa7e4d82701c7ea8cea1f2a65dd8112d00f7e authored over 12 years ago
Merge pull request #320 from jasonmoore2k/ExecuteAsyncFix

Fix for ExecuteAsync

4531670970df4e1c487661590370cc733c26401c authored over 12 years ago
Fix for ExecuteAsync

6349e205a154288cd7198adf53b853eff788b026 authored over 12 years ago
Added ability to write response data directly to Stream.

ca4e7c827fbca0c6b99ee5fc6b6ecc5ec0e738c8 authored over 12 years ago
Update readme

Add new bullet point for non-standard HTTP methods

7365eec41607b317fd6fa07a45f7ed2c31b0535d authored over 12 years ago
Update release notes

ddde53b1adeae3ce0e6ca904a14f1ff0c1fd402c authored over 12 years ago
Update release notes with breaking changes

09a8c99447ecc028be37b31da844f60990dbc74c authored over 12 years ago
Merge branch 'master' of github.com:restsharp/RestSharp

793ab400375ad8850dadb14020a1887e227f5b0f authored over 12 years ago
Update release notes

7dbabe6f813210ab59e65b32472e72e24d354b43 authored over 12 years ago
Add culture issue fix to SL as well

3f70b698b0afd414e64b6855b7b0cba386a815af authored over 12 years ago
Fix for culture related issue on Windows Phone

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

e9440a570fa21c70cf30b4bcfb1613e92e926dca authored over 12 years ago
Tabify!

7507b8096301b9b7de43e87eac0265b8bfb6e306 authored over 12 years ago
Merge branch 'master' of github.com:restsharp/RestSharp

805f2bbc618e8919b537b47dc1b4c871412c2baf authored over 12 years ago
j/k! Version bump: 104.0

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

1fe144204446165deded6077543ad4e024802612 authored over 12 years ago
Update release notes

26b6a5be75d4e191dd4847cb3d136e1ffd0b91a6 authored over 12 years ago
Version bump: 103.5

813ff3c453b092ab7040ceb3eb0d0f7a66f9c8fd authored over 12 years ago
Fix RestClient for SL, WP from previous commit

4bab40a350df1e087da8f98e7a7734b9163e3944 authored over 12 years ago
Merge branch 'master' of git://github.com/jhoerr/RestSharp

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

fff871dafd4771e46e63d6a08d86ae3f51d659d9 authored over 12 years ago
Merge pull request #312 from artema/master

Resolved an xAuth support issue in the OAuth1Authenticator

fad3d6a0a62c7ba6ea989b593c8f58b2a48a8b0a authored over 12 years ago
Merge branch 'extension-methods' of git://github.com/Haacked/RestSharp

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

66dd71d13c589a71383d2e283df5fbab94650913 authored over 12 years ago
Reimplemented copy/move as http method-agnostic

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

a0f67ed71316dd4ea59490a868943ed6f7af9785 authored over 12 years ago
Adding Copy/Move interface methods to IHttp

88543d87374e8d9b072319096af3f389ac22535d authored over 12 years ago
Adding support for MOVE and COPY HTTP methods

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

29f2f7a998a1739903b39f912145bcf40689d133 authored over 12 years ago
xAuth support fix.

fb62d4b0fef480c44be8ebd1f1b57d392e0e19ef authored over 12 years ago
Change methods to be extension methods

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

d70f9c989870f20ca0c3ee4804b2d8395d100d66 authored over 12 years ago
Fixing spacing around parenthesis & spaces->tabs

fb0b30da8cc2f064de2aa38694a34e7dea393543 authored over 12 years ago
Refactoring enum parsing to not fail and instead return a default value if parsing fails

37e39a05585a78bca0d2b1ba56b5d1e8badbd13f authored over 12 years ago
Adding support for deserializing enums from integer representations

7cf212ac92e7d91d3e6bb6fc0d0675599e619a33 authored over 12 years ago
Merge pull request #309 from Haacked/timeout-fix

Fix problem with overriding request defaults

8763a56ddb9bcd1055c5e984204e604311b91c18 authored over 12 years ago
Don't overwrite http user agent with default

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

1912f1c07433b92a327b64e7d4261d330a431cb5 authored over 12 years ago
Fix problem with setting request timeout

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

3e5282b4245bd14f7773447f75b8d7fcbbaff58c authored over 12 years ago
Version bump: 103.4 to fix assembly versioning

358e6466426663165a10187d78c51427afcc0c36 authored over 12 years ago
Add link to nuspec

475c1da1b9b9691e3fc1d9d6245a44e7536638f9 authored over 12 years ago
Version bump: 103.3. Add release notes file.

ac4cf13c28952177a06bb0142fe0b0848ba83b26 authored over 12 years ago
Fix merge better

38cda6e6c297340e4aeebbb0f0fa38228573fc98 authored over 12 years ago
Fix merge conflict

dc3bd28fff076f664ba2b624a2e8bf68efdca12d authored over 12 years ago
Merge pull request #302 from friism/improve-support-for-parsing-iso8601-dates

Improve support for parsing iso8601 dates

1a28f1f8fbf19fb9eb520efcc48c0d99eacdff6b authored over 12 years ago
remove spurious whitespace

4f6aef32b26001bd44556a086bc55aec94ce2c62 authored over 12 years ago
don't use toString when comparing dates

dd05e0f6da5a7aa1b9abaa90b8f417d5bbf81763 authored over 12 years ago
refactor

6d7873314c43ed4ccdf5b5dc7d6ad4570fece7e0 authored over 12 years ago
add helper

9ca39e258cde824f0fcc6fadeaf84179338cca8b authored over 12 years ago
try harder

586ff49a01ecfb996a2282a7565c97734d297556 authored over 12 years ago
add structure

3e51eb21faf6f89be0921b7fc81ae3b07da53f01 authored over 12 years ago
add tests

12f562f80a41717f73c9ac362776d82470829f16 authored over 12 years ago
add sample data

f0ea851da4115ed9b885775f3361132c9e2a1af6 authored over 12 years ago
Merge pull request #305 from PedroLamas/master

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

a15b2a42430eefd51e45dca27d6bd52e40df6343 authored over 12 years ago
Fixed List<T> json deserialization, when T was a something like DateTime, Timespan, Guid, etc.

77befa1ae4b201281f2501d1398d447499d53fc6 authored over 12 years ago
Merge pull request #300 from Haacked/patch-1

Made BaseUrl property virtual

057be99cad7def269d06605fb38ea6b0d300c5ed authored over 12 years ago
Merge pull request #301 from Haacked/patch-2

Avoid potential NullReferenceException

cbf2f4c707a2fd72781716890441527edcd24467 authored over 12 years ago