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

Merge branch 'EricYan1-parameter-name-contentType'

0b86e0420e20c9d3685b1188167671099cb5181a authored over 9 years ago
fixed merge conflicts

a3b8380aebe4434fb34a92a31879db51f4338986 authored over 9 years ago
Merge pull request #726 from restsharp/nunit

Change test framework to NUnit

24e8f40f88cd7d182918df870e5b067fe7e96166 authored over 9 years ago
updated the signed projects to reflect the new testing changes

a69d2b7b1bfe8909aa6d7cd699755422f7167bae authored over 9 years ago
changed unit test framework to nunit for integration tests

fb32ea642cbd50f0db3911a88913c52f763aed8f authored over 9 years ago
changed unit test framework to nunit

4d8d8570ba707626f063c27d65bfcf4ba43fd351 authored over 9 years ago
Unit tests for issues - #668 #691 #704

b5943468fe814f9e0433ff8284552aecce5ad93e authored over 9 years ago
Issue #704. Add Deserializer check for the DeserializeAs attribute when deserializing a list

8a0ef17e142193c152366d8ecf05eeebdc8bedb7 authored over 9 years ago
Deserialize a DateTime using DateTimeStyles. Issue #668/#691

dd0361b028687c680ee614f23f9ffba3d5c2bfd6 authored over 9 years ago
Merge pull request #694 from gmcelhanon/master

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

3118ea6cfc2724797bdf196e3fdaca88d6da3f57 authored over 9 years ago
Merge pull request #697 from VictorTomaili/master

JsonDeserializer Dictionary Key Type

e6d558fe34c463c916297726e2e834685c3522bb authored over 9 years ago
Merge pull request #706 from dgreenbean/feature/cache_policy

Added cache policy property to client.

bf9b79614d7fc3468d2a830e2e65977a0c3246c2 authored over 9 years ago
Added cache policy property to client.

62335a677c92ad45d9dc3214ff6765b597d8642f authored over 9 years ago
format provider fix

e7dcd2c2a29af27e43aa27a1f3eabaf8e513996d authored over 9 years ago
Merge branch 'jsondeserializer-dictionary-key-type-fix'

0d288e5edbdebe17346a8d5bb1ff202dfa85f9e9 authored over 9 years ago
Dictionary types will be use integer keys.

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

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'...

82cf1227b806f9e4cfc70b3040cd5a4d48b334e9 authored over 9 years ago
Added to JwtAuthenticator:

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

5a997ec8fc80b5d92e0168a6ab77c5b7b7238dc7 authored almost 10 years ago
Merge pull request #683 from issafram/Issue672

closes #672

658f0984e3ec71f2119f50f7de878f155246e9ce authored almost 10 years ago
added invariant culture to exponential notation test; closes #671

aebc6996d5f227c1892ae7bbaa03d6a757908e7e authored almost 10 years ago
updated the nuget package

aee015792961ba805cacdbb2fd3aa8cf6fa7e4be authored almost 10 years ago
Copy Async logic to Http.Sync class. Remove PreparePostData method.

ede74573f5d6ae1d9eceeeb268149c540d02a860 authored almost 10 years ago
Added unit test for AlwaysMultipartFormData_WithParameter_ExecuteTaskAsync.

245ef57a994997f1d3cb7c50b7366a6827ff99ff authored almost 10 years ago
Add unit tests for Sync and Async MultpartFormData_WithParameter.

ac24d7be4ac3f8f2258c61785c83636592a304e8 authored almost 10 years ago
Merge pull request #660 from issafram/SimpleServerFix

SimpleServer Cleanup With Added Try Catches

ccf312a4d54f1998662acf12e65cb44e3c6145fa authored almost 10 years ago
Merge pull request #673 from icyflash/patch-1

DynamicObject Support for .Net4+

a2daa1b5f72c94888a5b2eb03ae2d0e69b9b538f authored almost 10 years ago
DynamicObject Support for .Net4+

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

b9018df89397c9ff25a47791135effec975a3bc5 authored almost 10 years ago
Add try catches to SimpleServer Dispose where necessary to prevent throwing in unit tests.

95894a3177e0e1dfbc825b24be0f453b6a1efbc4 authored almost 10 years ago
Clean up SimpleServer class.

d3f487c6d73f86cc2f55cf20284d808d1e2d47ce authored almost 10 years ago
added targeting for .net 4.5.1 and 4.5.2 framework editions

fb9472b73b68c7c3f0da20329b88ae843a097062 authored almost 10 years ago
Merge branch 'drusellers-AddHeader'

47e3ed77618021be073f6771cdf1d4003e91eba4 authored almost 10 years ago
Migrated support for the changes to the signed projects as well

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

b33f9a07897021a9d65e24f667213868ed22e084 authored almost 10 years ago
Merge branch 'petrce-master'

d3507c959ffd14ac1c4b81f6e46da3de9c1a12ce authored almost 10 years ago
Cleaned up the idea from PR #639 and some of the code and added to it

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

6e4ece8c638589c32eab3ec00c401995cc2af1d7 authored almost 10 years ago
Added missing files to the RestSharp.Tests.Signed project file

75ddf0655a7310eff1281459cc2bba8e1bef6a26 authored almost 10 years ago
Merge pull request #646 from lycilph/master

Make the attributes search work the same as for elements

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

3642ea4efb8ec6b85e6462ec10dc39e18fe83764 authored almost 10 years ago
Merge pull request #654 from dkarzon/master

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

0b9d700efffb81172825d558bbf989abcf4b85ae authored almost 10 years ago
Merge pull request #656 from issafram/master

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

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.

46a10a045282e518402a11b0f09e06af9ab6a91c authored almost 10 years ago
Merge pull request #658 from issafram/IntegrationTestFix

Attempt to fix AppVeyor integration test issues with XUnit.

529298e24685a7c8e933a5f2132c2f3c47258b4c authored almost 10 years ago
Remove NUnit from solution.

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

5fc7c113da4a687b5516ff49fbd7f4dbaaed0cc0 authored almost 10 years ago
Added double quotes in post build event to prevent errors in paths with spaces.

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.

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

64c802fa80f8aa80972ccd430fa705b5427be3dd authored almost 10 years ago
Merge pull request #1 from restsharp/master

Update from original

b62ac429964e9caa15a00ea6e1d029e391423cb1 authored almost 10 years ago
Added InterfaceImplementationTests unit test.

f7edfc43fb9320788ae7c96e7178c02919dd296a authored almost 10 years ago
Add MaxRedirects property, DownloadData method, FollowRedirects property, and ClearHandlers method to IRestClient interface.

b7227ec98aba87091a7f2bb1025a6fb27f87a04a authored almost 10 years ago
Added AddHandler and RemoveHandler methods to IRestClient inteface.

585f943a5418c389eda49d516e4d8698d1bd988d authored almost 10 years ago
Fix unit tests

416146f276176a29a092ef58a8d10c750321fe4e authored almost 10 years ago
Replace `sl4-wp71` in nuget packages with `windowsphone8`

11f1106cc1d1d1df1b4a3a65e51c162c5b4e07ca authored almost 10 years ago
Added Json Web Token (JWT) Authenticator

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

9b5a9ace969b79764b1ac601feb89bad5cd10428 authored almost 10 years ago
Make the attributes search work the same as for elements

c6eb4e921a2626094276c2dad86159285049dd13 authored almost 10 years ago
Comment

3a83ab634393c5e75eaf0fb10e83dad36f7ffd51 authored almost 10 years ago
Adding support for deserializing ISO 8601 durations as TimeSpan in JSON

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

f551d775d23629e57d66b05ecb5f30c4b842b7c9 authored almost 10 years ago
Fixes #636 - Header of 'Range' now supports a rangeSpecifier

630420abbc4cf65a9deb4c81bf8d39e5751658cb authored about 10 years ago
Merge pull request #634 from jeffa00/master

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

0b6ffe85585982ab3417e4ca0a93dbc523e9fb5a authored about 10 years ago
Modified Http.Sync.cs and Http.Async.cs to replace

ServicePointManager.Expect100Continue = false;

with

webRequest.ServicePoint.Expect100Continue ...

ed52046e6af484923ef0876884fe52a8dc4e4051 authored about 10 years ago
Code Cleanup

a6b86a59cbf9e649d7a9a07052d2d5ee2ea7ec12 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

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

ce49d8b4faa4e4e5f50adb0a8c4e12b5970d5dd1 authored about 10 years ago
Adds support for deserializing decimal numbers in exponential notation; Closes #633

a10b195226bdbb66976facf7958b32486d6b7793 authored about 10 years ago
Closes #617 Response Extensions toAsyncResponse; Code cleanup;

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

6c20586d7463cd31230f11a9bc81497188312285 authored about 10 years ago
added call to Abort() on HttpWebRequest after execute to prevent connections hang in Android.

47d73aa01e3dd772ab98ac30b2864d799d368389 authored about 10 years ago
Merge pull request #618 from mattleibow/xamarin-update

Added and updated the Xamarin projects

d72d3a72f6cbb3348ab20fb61cb575e553b423df authored about 10 years ago
Prevent ExecuteTaskAsync from throwing exceptions to make async error handling more consistent with sync

00cc5087040a0a7d9c02abf58471b69fac38f598 authored about 10 years ago
Updated Windows Phone version number for support

721e36074161f3f26eab79bd721d6412f5e86649 authored about 10 years ago
Removed comment about Google Group

682876418c4462bb58af0a47fccdf69323d40efe authored about 10 years ago
Using file linking for ResponseStatusExtensions.cs instead of copies

32a89b1a5802c445a263b2471e7b53dfc592c962 authored about 10 years ago
Removed part of the implementation as it is not supported on windows phone 8

1c4f7ac9b1dc16eb647ab649236f065231d1324e authored about 10 years ago
Added back methods that should be available to mobile platforms

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...

638eee9043260deffaa94c9f14142319c5f35c2f authored about 10 years ago
Merge pull request #616 from jpatte/basicAuth

avoid rebuilding the Basic Authentication header for each request

066df58d28d0f6d4e09391d5ce3d38d733b386ad authored about 10 years ago
Merge pull request #614 from restsharp/608_Encoding

Exposed the Encoding used for the querystring and form body

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...

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

d95b4732594401a7693b026157c3358e614f88b2 authored about 10 years ago
Merge branch 'mganss-master'

6d3ef357b15b46f104f1fa1cbeb185a0a6ee667b authored about 10 years ago
Ignored the Twitter test so the test suite passes

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

8e1865bbcb7316243a5122f13e665eb49399ecf0 authored about 10 years ago
Added a condition for CF on Encode Parameters; Code Cleanup;

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.

193b3883b32bf816d2ac9d184d241d98040e51df authored about 10 years ago
Added support to allow the user to set the parameter encoding on the RestClient for #608; Code cleanup;

b051b233789afccdcfacb93d9964a32f2e8745b0 authored about 10 years ago
Add integration test for OAuth1 authentication against Twitter API

b4387729157be91ac5e5e729889062af70dd7fc6 authored about 10 years ago
Add QueryString parameters to OAuth signature

525f097c2176818d2a82e89e45620a513ae21c24 authored about 10 years ago
Added Appveyor badge

ec34e0471a9d4597b9d2d3e8b87003d6c6b6c542 authored about 10 years ago
Added the nunit reference to the necessary signed projects

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;

b6ea0c1369870a727749da60e46ef5112faf67a1 authored about 10 years ago
The newline characters were not \r\n so the test was failing on the console

96a623a751409c9f02f459f6bdd688f78eea4c1f authored about 10 years ago
Project files weren't updated... Trying again

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

774ffa73f784e25e57ee8023eb0b941060019f84 authored about 10 years ago
The solution file changes for the appveyor build were missing

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;

80b1fa0cad9cbf16525f6eccb0914f0d59b522b1 authored about 10 years ago
Changed the assert for

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

81252a6b91d41a48b176e1603915041963afcacd authored about 10 years ago