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 'EricYan1-parameter-name-contentType'

github.com/restsharp/RestSharp - 0b86e0420e20c9d3685b1188167671099cb5181a authored over 9 years ago
fixed merge conflicts

github.com/restsharp/RestSharp - a3b8380aebe4434fb34a92a31879db51f4338986 authored over 9 years ago
Merge pull request #726 from restsharp/nunit

Change test framework to NUnit

github.com/restsharp/RestSharp - 24e8f40f88cd7d182918df870e5b067fe7e96166 authored over 9 years ago
updated the signed projects to reflect the new testing changes

github.com/restsharp/RestSharp - a69d2b7b1bfe8909aa6d7cd699755422f7167bae authored over 9 years ago
changed unit test framework to nunit for integration tests

github.com/restsharp/RestSharp - fb32ea642cbd50f0db3911a88913c52f763aed8f authored over 9 years ago
changed unit test framework to nunit

github.com/restsharp/RestSharp - 4d8d8570ba707626f063c27d65bfcf4ba43fd351 authored over 9 years ago
Unit tests for issues - #668 #691 #704

github.com/restsharp/RestSharp - b5943468fe814f9e0433ff8284552aecce5ad93e authored over 9 years ago
Issue #704. Add Deserializer check for the DeserializeAs attribute when deserializing a list

github.com/restsharp/RestSharp - 8a0ef17e142193c152366d8ecf05eeebdc8bedb7 authored over 9 years ago
Deserialize a DateTime using DateTimeStyles. Issue #668/#691

github.com/restsharp/RestSharp - dd0361b028687c680ee614f23f9ffba3d5c2bfd6 authored over 9 years ago
Merge pull request #694 from gmcelhanon/master

Add support for deserializing content types using "Structured Syntax Suffixes"

github.com/restsharp/RestSharp - 3118ea6cfc2724797bdf196e3fdaca88d6da3f57 authored over 9 years ago
Merge pull request #697 from VictorTomaili/master

JsonDeserializer Dictionary Key Type

github.com/restsharp/RestSharp - e6d558fe34c463c916297726e2e834685c3522bb authored over 9 years ago
Merge pull request #706 from dgreenbean/feature/cache_policy

Added cache policy property to client.

github.com/restsharp/RestSharp - bf9b79614d7fc3468d2a830e2e65977a0c3246c2 authored over 9 years ago
Added cache policy property to client.

github.com/restsharp/RestSharp - 62335a677c92ad45d9dc3214ff6765b597d8642f authored over 9 years ago
format provider fix

github.com/restsharp/RestSharp - e7dcd2c2a29af27e43aa27a1f3eabaf8e513996d authored over 9 years ago
Merge branch 'jsondeserializer-dictionary-key-type-fix'

github.com/restsharp/RestSharp - 0d288e5edbdebe17346a8d5bb1ff202dfa85f9e9 authored over 9 years ago
Dictionary types will be use integer keys.

github.com/restsharp/RestSharp - c300452cb6d4d49248248892b5c57a0cabddbf78 authored over 9 years ago
Added support for structured syntax suffixes, per https://tools.ietf.org/html/rfc6839#section-3.

github.com/restsharp/RestSharp - 5eb37c7c600be9e88b023c3ca37923d8cadd3c70 authored over 9 years ago
Enhance Debug experience w/ RestResponse

Make the default view of the debug pane
provide helpful data about the response
so that you don'...

github.com/restsharp/RestSharp - 82cf1227b806f9e4cfc70b3040cd5a4d48b334e9 authored over 9 years ago
Added to JwtAuthenticator:

- null reference check for token in ctor;
- opportunity to use JwtAuthenticator with non-header a...

github.com/restsharp/RestSharp - 5a997ec8fc80b5d92e0168a6ab77c5b7b7238dc7 authored over 9 years ago
Merge pull request #683 from issafram/Issue672

closes #672

github.com/restsharp/RestSharp - 658f0984e3ec71f2119f50f7de878f155246e9ce authored over 9 years ago
added invariant culture to exponential notation test; closes #671

github.com/restsharp/RestSharp - aebc6996d5f227c1892ae7bbaa03d6a757908e7e authored over 9 years ago
updated the nuget package

github.com/restsharp/RestSharp - aee015792961ba805cacdbb2fd3aa8cf6fa7e4be authored over 9 years ago
Copy Async logic to Http.Sync class. Remove PreparePostData method.

github.com/restsharp/RestSharp - ede74573f5d6ae1d9eceeeb268149c540d02a860 authored almost 10 years ago
Added unit test for AlwaysMultipartFormData_WithParameter_ExecuteTaskAsync.

github.com/restsharp/RestSharp - 245ef57a994997f1d3cb7c50b7366a6827ff99ff authored almost 10 years ago
Add unit tests for Sync and Async MultpartFormData_WithParameter.

github.com/restsharp/RestSharp - ac24d7be4ac3f8f2258c61785c83636592a304e8 authored almost 10 years ago
Merge pull request #660 from issafram/SimpleServerFix

SimpleServer Cleanup With Added Try Catches

github.com/restsharp/RestSharp - ccf312a4d54f1998662acf12e65cb44e3c6145fa authored almost 10 years ago
Merge pull request #673 from icyflash/patch-1

DynamicObject Support for .Net4+

github.com/restsharp/RestSharp - a2daa1b5f72c94888a5b2eb03ae2d0e69b9b538f authored almost 10 years ago
DynamicObject Support for .Net4+

Now you can use json.name instead of json["name"]

github.com/restsharp/RestSharp - b9018df89397c9ff25a47791135effec975a3bc5 authored almost 10 years ago
Add try catches to SimpleServer Dispose where necessary to prevent throwing in unit tests.

github.com/restsharp/RestSharp - 95894a3177e0e1dfbc825b24be0f453b6a1efbc4 authored almost 10 years ago
Clean up SimpleServer class.

github.com/restsharp/RestSharp - d3f487c6d73f86cc2f55cf20284d808d1e2d47ce authored almost 10 years ago
added targeting for .net 4.5.1 and 4.5.2 framework editions

github.com/restsharp/RestSharp - fb9472b73b68c7c3f0da20329b88ae843a097062 authored almost 10 years ago
Merge branch 'drusellers-AddHeader'

github.com/restsharp/RestSharp - 47e3ed77618021be073f6771cdf1d4003e91eba4 authored almost 10 years ago
Migrated support for the changes to the signed projects as well

github.com/restsharp/RestSharp - 00f87765200ae2744c1b2fc4bf123043110cb493 authored almost 10 years ago
Merge branch 'AddHeader' of git://github.com/drusellers/RestSharp into drusellers-AddHeader

github.com/restsharp/RestSharp - b33f9a07897021a9d65e24f667213868ed22e084 authored almost 10 years ago
Merge branch 'petrce-master'

github.com/restsharp/RestSharp - d3507c959ffd14ac1c4b81f6e46da3de9c1a12ce authored almost 10 years ago
Cleaned up the idea from PR #639 and some of the code and added to it

github.com/restsharp/RestSharp - 17764dcdb741d273abe4fa12365c4fd18a1c1885 authored almost 10 years ago
Merge branch 'master' of git://github.com/petrce/RestSharp into petrce-master

github.com/restsharp/RestSharp - 6e4ece8c638589c32eab3ec00c401995cc2af1d7 authored almost 10 years ago
Added missing files to the RestSharp.Tests.Signed project file

github.com/restsharp/RestSharp - 75ddf0655a7310eff1281459cc2bba8e1bef6a26 authored almost 10 years ago
Merge pull request #646 from lycilph/master

Make the attributes search work the same as for elements

github.com/restsharp/RestSharp - 69b6970274b74c95b3c81f9f244524299c713d47 authored almost 10 years ago
Merge pull request #644 from briangweber/iso_timespan

Adding support for deserializing ISO 8601 durations as TimeSpan in JSON

github.com/restsharp/RestSharp - 3642ea4efb8ec6b85e6462ec10dc39e18fe83764 authored almost 10 years ago
Merge pull request #654 from dkarzon/master

Replace `sl4-wp71` in nuget packages with `windowsphone8`

github.com/restsharp/RestSharp - 0b9d700efffb81172825d558bbf989abcf4b85ae authored almost 10 years ago
Merge pull request #656 from issafram/master

Add AddHandler, RemoveHandler, DownloadData and ClearHandlers methods to IRestClient inteface. A...

github.com/restsharp/RestSharp - 0cdf399cabb580451035370140331ad6d5cf25b7 authored almost 10 years ago
Merge pull request #657 from issafram/buildFix

Add double quotes in post build event to prevent errors in paths with spaces.

github.com/restsharp/RestSharp - 46a10a045282e518402a11b0f09e06af9ab6a91c authored almost 10 years ago
Merge pull request #658 from issafram/IntegrationTestFix

Attempt to fix AppVeyor integration test issues with XUnit.

github.com/restsharp/RestSharp - 529298e24685a7c8e933a5f2132c2f3c47258b4c authored almost 10 years ago
Remove NUnit from solution.

github.com/restsharp/RestSharp - b7c094ac305cb9aff0d581e4fc40e21bae8563a6 authored almost 10 years ago
Attempt to fix AppVeryor issues with unit tests. Use Environment.NewLine instead of hard coding \r\n.

github.com/restsharp/RestSharp - 5fc7c113da4a687b5516ff49fbd7f4dbaaed0cc0 authored almost 10 years ago
Added double quotes in post build event to prevent errors in paths with spaces.

github.com/restsharp/RestSharp - 038980002c5a5fad715eca490a39e56a128423fc authored almost 10 years ago
- wrapped up the fix in if def statement targeting Android only, since it is not tested on other platforms, and the problem does not occur there.

github.com/restsharp/RestSharp - 394084df661667a3c25f1cff16abdf19d2a3f20a authored almost 10 years ago
Merge branch 'master' of https://github.com/raste/RestSharp into HttpWebRequest_Abort_AfterExecute

github.com/restsharp/RestSharp - 64c802fa80f8aa80972ccd430fa705b5427be3dd authored almost 10 years ago
Merge pull request #1 from restsharp/master

Update from original

github.com/restsharp/RestSharp - b62ac429964e9caa15a00ea6e1d029e391423cb1 authored almost 10 years ago
Added InterfaceImplementationTests unit test.

github.com/restsharp/RestSharp - f7edfc43fb9320788ae7c96e7178c02919dd296a authored almost 10 years ago
Add MaxRedirects property, DownloadData method, FollowRedirects property, and ClearHandlers method to IRestClient interface.

github.com/restsharp/RestSharp - b7227ec98aba87091a7f2bb1025a6fb27f87a04a authored almost 10 years ago
Added AddHandler and RemoveHandler methods to IRestClient inteface.

github.com/restsharp/RestSharp - 585f943a5418c389eda49d516e4d8698d1bd988d authored almost 10 years ago
Fix unit tests

github.com/restsharp/RestSharp - 416146f276176a29a092ef58a8d10c750321fe4e authored almost 10 years ago
Replace `sl4-wp71` in nuget packages with `windowsphone8`

github.com/restsharp/RestSharp - 11f1106cc1d1d1df1b4a3a65e51c162c5b4e07ca authored almost 10 years ago
Added Json Web Token (JWT) Authenticator

https://tools.ietf.org/html/draft-jones-json-web-token

github.com/restsharp/RestSharp - 9b5a9ace969b79764b1ac601feb89bad5cd10428 authored almost 10 years ago
Make the attributes search work the same as for elements

github.com/restsharp/RestSharp - c6eb4e921a2626094276c2dad86159285049dd13 authored almost 10 years ago
Adding support for deserializing ISO 8601 durations as TimeSpan in JSON

github.com/restsharp/RestSharp - 6ff30962d6384da25f2f2d1fc80a70cc013483ff authored almost 10 years ago
added IRestRequest AddFile(string name, string path, string contentType)

now it's possible to upload a file with a correct content-type

github.com/restsharp/RestSharp - f551d775d23629e57d66b05ecb5f30c4b842b7c9 authored almost 10 years ago
Fixes #636 - Header of 'Range' now supports a rangeSpecifier

github.com/restsharp/RestSharp - 630420abbc4cf65a9deb4c81bf8d39e5751658cb authored almost 10 years ago
Merge pull request #634 from jeffa00/master

ServicePointManager to ServicePoint Change: changes the behavior from setting the default for al...

github.com/restsharp/RestSharp - 0b6ffe85585982ab3417e4ca0a93dbc523e9fb5a authored almost 10 years ago
Modified Http.Sync.cs and Http.Async.cs to replace

ServicePointManager.Expect100Continue = false;

with

webRequest.ServicePoint.Expect100Continue ...

github.com/restsharp/RestSharp - ed52046e6af484923ef0876884fe52a8dc4e4051 authored about 10 years ago
Cleared up build error and added if/def's to the response status extensions to allow the ToWebException to be used with silverlight

github.com/restsharp/RestSharp - f33fa2d39059575c406cb7f9b9ed0395ada063c1 authored about 10 years ago
Merge pull request #628 from jacdevos/ExecuteTaskAsync_UnhandledExceptionsFixed

Fix to issue in #522 and others. ExecuteTaskAsync should not throw exceptions

github.com/restsharp/RestSharp - ce49d8b4faa4e4e5f50adb0a8c4e12b5970d5dd1 authored about 10 years ago
Adds support for deserializing decimal numbers in exponential notation; Closes #633

github.com/restsharp/RestSharp - a10b195226bdbb66976facf7958b32486d6b7793 authored about 10 years ago
Closes #617 Response Extensions toAsyncResponse; Code cleanup;

github.com/restsharp/RestSharp - 4826f2b77d68253a80330e5a7a80051dd7fca7da authored about 10 years ago
- the fix was causing problems for successful requests, updated to be used only for failed connections

github.com/restsharp/RestSharp - 6c20586d7463cd31230f11a9bc81497188312285 authored about 10 years ago
added call to Abort() on HttpWebRequest after execute to prevent connections hang in Android.

github.com/restsharp/RestSharp - 47d73aa01e3dd772ab98ac30b2864d799d368389 authored about 10 years ago
Merge pull request #618 from mattleibow/xamarin-update

Added and updated the Xamarin projects

github.com/restsharp/RestSharp - d72d3a72f6cbb3348ab20fb61cb575e553b423df authored about 10 years ago
Prevent ExecuteTaskAsync from throwing exceptions to make async error handling more consistent with sync

github.com/restsharp/RestSharp - 00cc5087040a0a7d9c02abf58471b69fac38f598 authored about 10 years ago
Updated Windows Phone version number for support

github.com/restsharp/RestSharp - 721e36074161f3f26eab79bd721d6412f5e86649 authored about 10 years ago
Removed comment about Google Group

github.com/restsharp/RestSharp - 682876418c4462bb58af0a47fccdf69323d40efe authored about 10 years ago
Using file linking for ResponseStatusExtensions.cs instead of copies

github.com/restsharp/RestSharp - 32a89b1a5802c445a263b2471e7b53dfc592c962 authored about 10 years ago
Removed part of the implementation as it is not supported on windows phone 8

github.com/restsharp/RestSharp - 1c4f7ac9b1dc16eb647ab649236f065231d1324e authored about 10 years ago
Added back methods that should be available to mobile platforms

github.com/restsharp/RestSharp - 535b9cadac35c0e8712efa0b8ef2d95e79075882 authored about 10 years ago
Added and updated the Xamarin projects:

- Added Xamarin.iOS (Unified API)
- Updated MonoTouch (Classic API)
- Changed MonoDroid to And...

github.com/restsharp/RestSharp - 638eee9043260deffaa94c9f14142319c5f35c2f authored about 10 years ago
Merge pull request #616 from jpatte/basicAuth

avoid rebuilding the Basic Authentication header for each request

github.com/restsharp/RestSharp - 066df58d28d0f6d4e09391d5ce3d38d733b386ad authored about 10 years ago
Merge pull request #614 from restsharp/608_Encoding

Exposed the Encoding used for the querystring and form body

github.com/restsharp/RestSharp - ad0b0957d57b0828ce0678922eb35832bfb9ee30 authored about 10 years ago
avoid rebuilding the Basic Authentication header for each request

The username and password never change, so there is no need to re-encode
them in Base64 for each...

github.com/restsharp/RestSharp - b0416561b11752678b8cbd891b5e00c1c9907a4d authored about 10 years ago
Merge branch 'master' of https://github.com/restsharp/RestSharp into 608_Encoding

github.com/restsharp/RestSharp - d95b4732594401a7693b026157c3358e614f88b2 authored about 10 years ago
Merge branch 'mganss-master'

github.com/restsharp/RestSharp - 6d3ef357b15b46f104f1fa1cbeb185a0a6ee667b authored about 10 years ago
Ignored the Twitter test so the test suite passes

github.com/restsharp/RestSharp - c0ddbd594e8f6f848ed45430edd5c4f061f55ce0 authored about 10 years ago
Merge branch 'master' of git://github.com/mganss/RestSharp into mganss-master

github.com/restsharp/RestSharp - 8e1865bbcb7316243a5122f13e665eb49399ecf0 authored about 10 years ago
Added a condition for CF on Encode Parameters; Code Cleanup;

github.com/restsharp/RestSharp - 659511fc21b4efdb6eee54555c5e672721714a3a authored about 10 years ago
Removed CF support

SimpleJson removed support for CF, I've even checked and Json.Net doesn't support it either.

github.com/restsharp/RestSharp - 193b3883b32bf816d2ac9d184d241d98040e51df authored about 10 years ago
Added support to allow the user to set the parameter encoding on the RestClient for #608; Code cleanup;

github.com/restsharp/RestSharp - b051b233789afccdcfacb93d9964a32f2e8745b0 authored about 10 years ago
Add integration test for OAuth1 authentication against Twitter API

github.com/restsharp/RestSharp - b4387729157be91ac5e5e729889062af70dd7fc6 authored about 10 years ago
Add QueryString parameters to OAuth signature

github.com/restsharp/RestSharp - 525f097c2176818d2a82e89e45620a513ae21c24 authored about 10 years ago
Added Appveyor badge

github.com/restsharp/RestSharp - ec34e0471a9d4597b9d2d3e8b87003d6c6b6c542 authored about 10 years ago
Added the nunit reference to the necessary signed projects

github.com/restsharp/RestSharp - 859f5490752da7622e68dd1917c1a77ce4f6d4d8 authored about 10 years ago
Changed the exception type thrown when BaseUrl is null; Formatted the multipart form data expected string to make it more readable;

github.com/restsharp/RestSharp - b6ea0c1369870a727749da60e46ef5112faf67a1 authored about 10 years ago
The newline characters were not \r\n so the test was failing on the console

github.com/restsharp/RestSharp - 96a623a751409c9f02f459f6bdd688f78eea4c1f authored about 10 years ago
Project files weren't updated... Trying again

github.com/restsharp/RestSharp - 3c0039a37c0502e590fd04675c5198561b262529 authored about 10 years ago
Testing nunit with the multipart form test that keeps failing on appveyor with xunit becuase of white space formatting differences

github.com/restsharp/RestSharp - 774ffa73f784e25e57ee8023eb0b941060019f84 authored about 10 years ago
The solution file changes for the appveyor build were missing

github.com/restsharp/RestSharp - 534dc6a7a4eca73000c3b2b80bca2c8f97ac44da authored about 10 years ago
Changed the assert for the multipart form data test for appveyor; added a configuration type for appveyor that adds a symbol for the integration tests; Added an exception to be thrown when baseurl is null;

github.com/restsharp/RestSharp - 80b1fa0cad9cbf16525f6eccb0914f0d59b522b1 authored about 10 years ago
Changed the assert for

github.com/restsharp/RestSharp - e99e7d9090a672f9a5db9a44ed61d14c7a9b254c authored about 10 years ago
Merge pull request #596 from bicycle-nerd/wp8-compiler-symbol

Added WP8 compiler symbol which includes awaitable async methods

github.com/restsharp/RestSharp - 81252a6b91d41a48b176e1603915041963afcacd authored about 10 years ago