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
github.com/restsharp/RestSharp - e49f258d84d27874a100d3f5ec24a73186dd243f authored over 11 years ago by Erik Schierboom <[email protected]>
github.com/restsharp/RestSharp - b8682b4385d7a219c8303a6dda6680aaa868762b authored over 11 years ago by Dave Collie <[email protected]>
github.com/restsharp/RestSharp - b5b559bbec425f24d4476c8d3cff70f58fd8b900 authored over 11 years ago by Alexey Skoryatin <[email protected]>
In mono there is no setter for the ClientCertificates property on the WebRequest
class, and ther...
This fixes a mistake in my previous commits.
github.com/restsharp/RestSharp - 833608c2d6128297a3c781ad17043061db7fd84f authored over 11 years ago by Haacked <[email protected]>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]>IRestResponse instead of RestResponse
github.com/restsharp/RestSharp - 9d158682279530b10193bfc4417e78f81fdc01cd authored over 11 years ago by Phil Haack <[email protected]>Remove JSON.NET from unit test project
github.com/restsharp/RestSharp - 4fbb483170286dcedc910a5655beb1fa627208da authored over 11 years ago by Phil Haack <[email protected]>Upgraded SimpleJson to 0.25
github.com/restsharp/RestSharp - e5f6944e6b80e5f7015dab17d5e976f52543beb7 authored over 11 years ago by Phil Haack <[email protected]>Remove redundant MSBuildBinPath import
github.com/restsharp/RestSharp - f4d0195645b76d0ffe3500c485464582e8663872 authored over 11 years ago by Phil Haack <[email protected]>
Since SimpleJson.cs is a linked file, only one project should have a
packages.config entry for i...
This fixes #346
github.com/restsharp/RestSharp - 0a6be69c78e1d939575a20065ccd8f9eae83f5ab authored over 11 years ago by Haacked <[email protected]>
MSBuildBinPath was replaced with MSBuildToolsPath after VS2005.
MSBuildBinPath was kept around f...
Implemented multipart/form-data POSTS with only parameters and without
files.
github.com/restsharp/RestSharp - 2781d7e11544a67c9bfb300edc43a0947ab7986f authored over 11 years ago by lishali12345 <[email protected]>
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]>github.com/restsharp/RestSharp - 4990d8f2424eb4a46b1026ab9be274b5bb67ae7b authored over 11 years ago by Naliath <[email protected]>
github.com/restsharp/RestSharp - 52c444300a65538c117361a802404c5cb13571af authored over 11 years ago by Naliath <[email protected]>
github.com/restsharp/RestSharp - 816e8be2f1eccf7ce4f9ac91eab965c68bfcce74 authored over 11 years ago by Alexey Skoryatin <[email protected]>
github.com/restsharp/RestSharp - 30ce85a5e9fb720a5d03eca2c9fc3617ebe82397 authored over 11 years ago by Alexey Skoryatin <[email protected]>
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]>- 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]>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]>github.com/restsharp/RestSharp - 9ee6d0ee490413e6c8f44a2f01c437dfda818c91 authored over 11 years ago by Andrew Young <[email protected]>
github.com/restsharp/RestSharp - 19facb8b3d4e1d5d4c1a0f7aae3d1d02ffed35b5 authored over 11 years ago by Andrew Young <[email protected]>
github.com/restsharp/RestSharp - f808f09c086d8e50de8dfd71e653b199877bb63b authored over 11 years ago by Andrew Young <[email protected]>
github.com/restsharp/RestSharp - 3680628310db059ae086f0ffedc42d01849f2d7b authored over 11 years ago by Andrew Young <[email protected]>
github.com/restsharp/RestSharp - 6bd1b11812b80373cd6b74c54cacc040cfc6568f authored over 11 years ago by Andrew Young <[email protected]>
github.com/restsharp/RestSharp - 01fafe239e520f8adfb3b95725eef1a6cc245dc7 authored over 11 years ago by Andrew Young <[email protected]>
github.com/restsharp/RestSharp - 20bfaa1ca6a9d3d5f542fc24fe5acc4ab4b74155 authored over 11 years ago by Andrew Young <[email protected]>
github.com/restsharp/RestSharp - f770c1a1f16b88775f978b46d26a234362c03b93 authored over 11 years ago by Andrew Young <[email protected]>
github.com/restsharp/RestSharp - 713935b8e50caedc296a4c6ba9150f3c22c80f6c authored over 11 years ago by Nick Van Eeckhout <[email protected]>
github.com/restsharp/RestSharp - 0d9f9f27143255ef95e1b451e06572b9f7f5af0c authored almost 12 years ago by Erik Schierboom <[email protected]>
github.com/restsharp/RestSharp - 64a12b97dda204174758ba0aab1017ff38a44f35 authored almost 12 years ago by Erik Schierboom <[email protected]>
Added support for token type in OAuth2Authenticator. fixes #364
github.com/restsharp/RestSharp - 0dd78f55ef87ae97179ade1bf8d3db463c851c39 authored almost 12 years ago by Pedro Lamas <[email protected]>github.com/restsharp/RestSharp - 80bad5ce7ef249fc457fb4f2c042711d38175790 authored almost 12 years ago by Erik Schierboom <[email protected]>
github.com/restsharp/RestSharp - 369c14d5061418bf40a03771b365ce372d8f0de3 authored almost 12 years ago by Scott Schluer <[email protected]>
github.com/restsharp/RestSharp - 411acc3fdbad9e4e027e5077babf6b99227d6af6 authored almost 12 years ago by Scott Schluer <[email protected]>
github.com/restsharp/RestSharp - 7a2799d23676732922e70a44a815f23569c533ba authored almost 12 years ago by Scott Schluer <[email protected]>
Added ConfigureProxy(http) to the end of ConfigureHttp(request, http).
Removed call to ConfigureP...
github.com/restsharp/RestSharp - d76b68324e535dd18667f0337b90b3a8785d3c6b authored almost 12 years ago by Marcin Mikołajczak <[email protected]>
Implement the ability for the body of a PUT or POST to be specified using
a byte array, rather t...
When adding an Accepts header to the request, this shouldn't be put into
DefaultParameters. Rep...
XmlAttributeDeserializer crashes if value == ""
github.com/restsharp/RestSharp - cc283fb0843e1141f717dcc6b3009206b6c95b62 authored almost 12 years ago by Andrew Young <[email protected]>github.com/restsharp/RestSharp - 496fd5c67644397fee0178ac78180f7900326911 authored about 12 years ago by Brandon Montgomery <[email protected]>
github.com/restsharp/RestSharp - 054adce80b20458885db9f4394d24b38aa0012d2 authored over 12 years ago by John Sheehan <[email protected]>
Added CONTRIBUTING.markdown to repository
github.com/restsharp/RestSharp - a52961768182da8956c172e6d09773add7457556 authored over 12 years ago by Pedro Lamas <[email protected]>github.com/restsharp/RestSharp - cfce270a7bd7d86999fdb1e59c987d39016cde1d authored over 12 years ago by Pedro Lamas <[email protected]>
Another fix for ExecuteAsync
github.com/restsharp/RestSharp - eef0c86c4530a3d8209a88bcb4e28dc6d7518cd1 authored over 12 years ago by Andrew Young <[email protected]>github.com/restsharp/RestSharp - 59ae2b9eed222fe15080e6b5b2e757ba7e85a70d authored over 12 years ago by Luke Bakken <[email protected]>
github.com/restsharp/RestSharp - 2ce5204ff97353ca44e9809ec0fb0a1e124229aa authored over 12 years ago by Aleksander Podlaski <[email protected]>
github.com/restsharp/RestSharp - 196fa7e4d82701c7ea8cea1f2a65dd8112d00f7e authored over 12 years ago by Andrew Young <[email protected]>
Fix for ExecuteAsync
github.com/restsharp/RestSharp - 4531670970df4e1c487661590370cc733c26401c authored over 12 years ago by Pete Johanson <[email protected]>github.com/restsharp/RestSharp - 6349e205a154288cd7198adf53b853eff788b026 authored over 12 years ago by Jason Moore <[email protected]>
github.com/restsharp/RestSharp - ca4e7c827fbca0c6b99ee5fc6b6ecc5ec0e738c8 authored over 12 years ago by Luke Bakken <[email protected]>
Add new bullet point for non-standard HTTP methods
github.com/restsharp/RestSharp - 7365eec41607b317fd6fa07a45f7ed2c31b0535d authored over 12 years ago by Andrew Young <[email protected]>github.com/restsharp/RestSharp - ddde53b1adeae3ce0e6ca904a14f1ff0c1fd402c authored over 12 years ago by Andrew Young <[email protected]>
github.com/restsharp/RestSharp - 09a8c99447ecc028be37b31da844f60990dbc74c authored over 12 years ago by Andrew Young <[email protected]>
github.com/restsharp/RestSharp - 793ab400375ad8850dadb14020a1887e227f5b0f authored over 12 years ago by Andrew Young <[email protected]>
github.com/restsharp/RestSharp - 7dbabe6f813210ab59e65b32472e72e24d354b43 authored over 12 years ago by Andrew Young <[email protected]>
github.com/restsharp/RestSharp - 3f70b698b0afd414e64b6855b7b0cba386a815af authored over 12 years ago by Andrew Young <[email protected]>
JSON deserialization of values such as
{"latitude":59.9324,"longitude":10.8352}
failed for some ...
github.com/restsharp/RestSharp - 7507b8096301b9b7de43e87eac0265b8bfb6e306 authored over 12 years ago by Andrew Young <[email protected]>
github.com/restsharp/RestSharp - 805f2bbc618e8919b537b47dc1b4c871412c2baf authored over 12 years ago by Andrew Young <[email protected]>
There were some breaking API changes that warrants a major version
bump in this release.
github.com/restsharp/RestSharp - 26b6a5be75d4e191dd4847cb3d136e1ffd0b91a6 authored over 12 years ago by Andrew Young <[email protected]>
github.com/restsharp/RestSharp - 813ff3c453b092ab7040ceb3eb0d0f7a66f9c8fd authored over 12 years ago by Andrew Young <[email protected]>
github.com/restsharp/RestSharp - 4bab40a350df1e087da8f98e7a7734b9163e3944 authored over 12 years ago by Andrew Young <[email protected]>
Conflicts:
RestSharp/RestClient.Async.cs
RestSharp/RestClient.Sync.cs
Resolved an xAuth support issue in the OAuth1Authenticator
github.com/restsharp/RestSharp - fad3d6a0a62c7ba6ea989b593c8f58b2a48a8b0a authored over 12 years ago by Andrew Young <[email protected]>
Conflicts:
RestSharp/RestClientExtensions.cs
RestSharp/RestSharp.csproj
Can now execute arbitrary HTTP methods (such as "copy" or "move") using
get- or post-style reque...
github.com/restsharp/RestSharp - 88543d87374e8d9b072319096af3f389ac22535d authored over 12 years ago by John Hoerr <[email protected]>
These methods can be found in the WebDAV spec:
http://www.webdav.org/specs/rfc4918.html
github.com/restsharp/RestSharp - fb62d4b0fef480c44be8ebd1f1b57d392e0e19ef authored over 12 years ago by Artem Abashev <[email protected]>
Makes implementing a custom IRestClient easier since these methods don't
need to be reimplemente...
github.com/restsharp/RestSharp - fb0b30da8cc2f064de2aa38694a34e7dea393543 authored over 12 years ago by Evan Dontje <[email protected]>
github.com/restsharp/RestSharp - 37e39a05585a78bca0d2b1ba56b5d1e8badbd13f authored over 12 years ago by Evan Dontje <[email protected]>
github.com/restsharp/RestSharp - 7cf212ac92e7d91d3e6bb6fc0d0675599e619a33 authored over 12 years ago by Evan Dontje <[email protected]>
Fix problem with overriding request defaults
github.com/restsharp/RestSharp - 8763a56ddb9bcd1055c5e984204e604311b91c18 authored over 12 years ago by Pete Johanson <[email protected]>
If a user overrides the IHttpFactory, RestCLient shouldn't overwrite the
default user agent with...
The original code could override the http.Timeout with
the value of 0 if the RestClient Timeout ...
github.com/restsharp/RestSharp - 358e6466426663165a10187d78c51427afcc0c36 authored over 12 years ago by Andrew Young <[email protected]>
github.com/restsharp/RestSharp - 475c1da1b9b9691e3fc1d9d6245a44e7536638f9 authored over 12 years ago by Andrew Young <[email protected]>
github.com/restsharp/RestSharp - ac4cf13c28952177a06bb0142fe0b0848ba83b26 authored over 12 years ago by Andrew Young <[email protected]>
github.com/restsharp/RestSharp - 38cda6e6c297340e4aeebbb0f0fa38228573fc98 authored over 12 years ago by Andrew Young <[email protected]>
github.com/restsharp/RestSharp - dc3bd28fff076f664ba2b624a2e8bf68efdca12d authored over 12 years ago by Andrew Young <[email protected]>
Improve support for parsing iso8601 dates
github.com/restsharp/RestSharp - 1a28f1f8fbf19fb9eb520efcc48c0d99eacdff6b authored over 12 years ago by Pedro Lamas <[email protected]>github.com/restsharp/RestSharp - 4f6aef32b26001bd44556a086bc55aec94ce2c62 authored over 12 years ago by Michael Friis <[email protected]>
github.com/restsharp/RestSharp - dd05e0f6da5a7aa1b9abaa90b8f417d5bbf81763 authored over 12 years ago by Michael Friis <[email protected]>
github.com/restsharp/RestSharp - 6d7873314c43ed4ccdf5b5dc7d6ad4570fece7e0 authored over 12 years ago by Michael Friis <[email protected]>
github.com/restsharp/RestSharp - 9ca39e258cde824f0fcc6fadeaf84179338cca8b authored over 12 years ago by Michael Friis <[email protected]>
github.com/restsharp/RestSharp - 586ff49a01ecfb996a2282a7565c97734d297556 authored over 12 years ago by Michael Friis <[email protected]>
github.com/restsharp/RestSharp - 3e51eb21faf6f89be0921b7fc81ae3b07da53f01 authored over 12 years ago by Michael Friis <[email protected]>
github.com/restsharp/RestSharp - 12f562f80a41717f73c9ac362776d82470829f16 authored over 12 years ago by Michael Friis <[email protected]>
github.com/restsharp/RestSharp - f0ea851da4115ed9b885775f3361132c9e2a1af6 authored over 12 years ago by Michael Friis <[email protected]>
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]>github.com/restsharp/RestSharp - 77befa1ae4b201281f2501d1398d447499d53fc6 authored over 12 years ago by Pedro Lamas <[email protected]>
Made BaseUrl property virtual
github.com/restsharp/RestSharp - 057be99cad7def269d06605fb38ea6b0d300c5ed authored over 12 years ago by Pedro Lamas <[email protected]>Avoid potential NullReferenceException
github.com/restsharp/RestSharp - cbf2f4c707a2fd72781716890441527edcd24467 authored over 12 years ago by Andrew Young <[email protected]>