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

Avoid potential NullReferenceException

github.com/restsharp/RestSharp - 2d233304e8eaaeaf621e28a9d970ba205fb6c078 authored over 12 years ago by Phil Haack <[email protected]>
Made BaseUrl property virtual

I have a settings object that is the one true source for `BaseUrl`. I'd rather avoid having to ...

github.com/restsharp/RestSharp - 3ea973927d91f0b3a3cfd47d973a9028d0bc0c7f authored over 12 years ago by Phil Haack <[email protected]>
Add test for underscore prefix

github.com/restsharp/RestSharp - fc4871c4cbfa443a19dc1c1f3e8f2288d6ad84fc authored over 12 years ago by Pedro Sampaio <[email protected]>
Apply coding standards

github.com/restsharp/RestSharp - d73e3f00d1c795198866a2ef98a14ec1da55d0a7 authored over 12 years ago by Pedro Sampaio <[email protected]>
Add support for deserializing properties with an underscore prefix

github.com/restsharp/RestSharp - 095b64a690e608332f5e25464805049659a1021d authored over 12 years ago by Pedro Sampaio <[email protected]>
Merge pull request #295 from nicwise/patch-1

MonoTouch: Issue 293: JsonDeserialzer crashes on generic lists

github.com/restsharp/RestSharp - 4059ae6e831ce03f845aa31ab26855b644abf6f6 authored over 12 years ago by Pete Johanson <[email protected]>
Added in the check for it being generic before calling GetGenericTypeDefinition()

https://github.com/restsharp/RestSharp/issues/293

https://bugzilla.xamarin.com/show_bug.cgi?...

github.com/restsharp/RestSharp - 374be472b14ba2e976ec6e36a12350b28816b231 authored over 12 years ago by Nic Wise <[email protected]>
Version bump 103.2

github.com/restsharp/RestSharp - d7acb61c929b1acda3ee9106bd702c7adc47bc27 authored over 12 years ago by Andrew Young <[email protected]>
Re-add a removed test, and some whitespace cleanup.

github.com/restsharp/RestSharp - 27dea0010722bf885691bf966f9d97727cc872e7 authored over 12 years ago by Peter Johanson <[email protected]>
Merge branch 'master' of https://github.com/zidad/RestSharp into zidad-master

github.com/restsharp/RestSharp - 6a93fe5a467af8587c948ce41a43b8635863ca8c authored over 12 years ago by Peter Johanson <[email protected]>
Add support for deserializing JSON to subclasses of List<T>. Closes pull

request #236.

github.com/restsharp/RestSharp - 85d469341b562f16564870f1422e2f1575e9fb4f authored over 12 years ago by Peter Johanson <[email protected]>
Merge pull request #272 from trilobyte/fix_oauth1_get_parameter_signature

Fix oauth1 get parameter signature

github.com/restsharp/RestSharp - abc0d76aeb1fac7bd340a8cdb0bb59c391929dc6 authored over 12 years ago by Pete Johanson <[email protected]>
Merge branch 'handle-ssl-exceptions' of https://github.com/aroben/RestSharp into aroben-handle-ssl-exceptions

Fixed Conflicts:
RestSharp/Http.Async.cs

github.com/restsharp/RestSharp - ea14345430f7decfd1d6a575ac5bfd4e9fa1e0cb authored over 12 years ago by Peter Johanson <[email protected]>
Allow deserializing lists with null in them. Should resolve pull request #286.

github.com/restsharp/RestSharp - 079c82113428b19844ede1250083494b9c9d0482 authored over 12 years ago by Peter Johanson <[email protected]>
Merge pull request #280 from IronFoundry/HostAndDateOnRequest

Add ability to set Host and Date when built for .NET 4.0

github.com/restsharp/RestSharp - 759b407fa756e8a17fae2bc132dfd4ee77eecdb6 authored over 12 years ago by Pete Johanson <[email protected]>
Fix a few whitespace issues w/ the previous commit.

github.com/restsharp/RestSharp - 54d7996bdd1e59eff38793de678a564ed73ea596 authored over 12 years ago by Peter Johanson <[email protected]>
Fix a few compilation errors related to the previous merge.

github.com/restsharp/RestSharp - 525b6bc9356ebe50a8607123746e28dd2bdfceab authored over 12 years ago by Peter Johanson <[email protected]>
Merge pull request #281 from mattleibow/master

RestResponse.Request now populated

github.com/restsharp/RestSharp - f796095672880d08c1eb59cc0e533ee7aa4612fa authored over 12 years ago by Pete Johanson <[email protected]>
Fix some whitespace issues w/ the previous commit.

github.com/restsharp/RestSharp - 96acd9dd01fea700df943706df5aefbb62ba3191 authored over 12 years ago by Peter Johanson <[email protected]>
Merge remote-tracking branch 'leonardoeloy/master'

github.com/restsharp/RestSharp - 7c7676e0ce5e6790e6db706a7be6b1570a128be4 authored over 12 years ago by Peter Johanson <[email protected]>
Merge pull request #290 from kleinron/master

Extend NtlmAuthenticator so that it can also impersonate a user

github.com/restsharp/RestSharp - 436a90a39db3a706cc74c05de31f21bc04e12995 authored over 12 years ago by Pete Johanson <[email protected]>
Merge pull request #292 from petejohanson/str_str_dictionary

Add support for mapping JSON objects to Dictionary<string, string> when ...

github.com/restsharp/RestSharp - 19606c609ef459e547573eb24ad84ed3a67462c7 authored over 12 years ago by Pete Johanson <[email protected]>
Merge pull request #291 from petejohanson/single_list_item_support

Allow deserializing a single item into a List<T> field, for JSON that on...

github.com/restsharp/RestSharp - 9a1a1fde0e99c9561aa024b0c17a14aa3d63dc3a authored over 12 years ago by Pete Johanson <[email protected]>
Add support for mapping JSON objects to Dictionary<string, string> when the field values are different for each field, e.g. HAL _embedded object.

github.com/restsharp/RestSharp - 40e202de3e1529fb643e236bc37985b5e4740967 authored over 12 years ago by Peter Johanson <[email protected]>
One more test, and fix a minor capitalization issue in a test name.

github.com/restsharp/RestSharp - 82f6bcd9c219d14678268580b67d9b4fd59ab332 authored over 12 years ago by Peter Johanson <[email protected]>
Allow deserializing a single item into a List<T> field, for JSON that only uses a list when there's more than one item for a given field.

github.com/restsharp/RestSharp - 651bc593d550f4171626567208c7a9a000667ec5 authored over 12 years ago by Peter Johanson <[email protected]>
Extend NtlmAuthenticator so that it can also impersonate a user, and not only use the currently logged in user.

See discussion here: http://groups.google.com/group/restsharp/browse_thread/thread/c546342911e338...

github.com/restsharp/RestSharp - 9cb50cdb2a0d1dea337c11b3f0a7d189e0620da3 authored over 12 years ago by Ron Klein <[email protected]>
Don't crash on captive networks that intercept SSL

Some captive WiFi networks intercept SSL traffic using an untrusted
certificate. This causes Htt...

github.com/restsharp/RestSharp - 9b98ba329a6a34fb84ae6f0116a0d4ebe842b278 authored over 12 years ago by Adam Roben <[email protected]>
Added PLAINTEXT signature support to OAuth

github.com/restsharp/RestSharp - e66f8461d28846497fc44fafa8c6ec3d71972105 authored over 12 years ago by Leonardo Eloy <[email protected]>
* do no add query parameters twice

github.com/restsharp/RestSharp - 3904047f0933acb69a83cb4fd7dbb6c6aa3eb130 authored over 12 years ago by Bert Willems <[email protected]>
* add default parameters from the client

github.com/restsharp/RestSharp - 22152fd46ec7db7c71dc9d0baab14b644f075b7d authored over 12 years ago by Bert Willems <[email protected]>
* decode all oauh parameters

github.com/restsharp/RestSharp - f36b40a60d93ec786967ecc17a5281167e966479 authored over 12 years ago by Bert Willems <[email protected]>
* only add oauth parameters

github.com/restsharp/RestSharp - 78bd2b634b000239c466d70270adb16b6721d606 authored over 12 years ago by Bert Willems <[email protected]>
Removed UserState from IRestRequest

github.com/restsharp/RestSharp - 22f73b8fcf9ee1c8b6d13aa37e4114b46bbdd376 authored over 12 years ago by Matthew Leibowitz <[email protected]>
RestResponse.Request now populated

- Fixed an issue where Damian reported:
RestResponse.Request not populated on 102.3:
https://gro...

github.com/restsharp/RestSharp - b7d969695e39a0aefeffe2044bd03a4866f6d05f authored over 12 years ago by Matthew Leibowitz <[email protected]>
Move within correct preprocessor directive.

github.com/restsharp/RestSharp - 057bd857806b1919b694534075f2da365e9c76ef authored over 12 years ago by Luke Bakken <[email protected]>
Add ability to set Host and Date when built for .NET 4.0

github.com/restsharp/RestSharp - f2ba8af15e931c2e92fba83791214bff92f470b1 authored over 12 years ago by Luke Bakken <[email protected]>
Added a fix and a unit test for the issue:

https://github.com/restsharp/RestSharp/issues/269

The checkin consist of a new test:
Can_Deseria...

github.com/restsharp/RestSharp - 322d37bb6fbd4fa7e85dda7576a8f536952045c7 authored over 12 years ago by Wiebe Tijsma <[email protected]>
Merge branch 'master' of https://github.com/restsharp/RestSharp

github.com/restsharp/RestSharp - 320f4816db20a9bc8e1b6fd5502ddc90e424ff38 authored over 12 years ago by Wiebe Tijsma <[email protected]>
Merge branch 'master' of github.com:restsharp/RestSharp

github.com/restsharp/RestSharp - 7229095b51055228c8a19644f72880be1154970b authored over 12 years ago by Andrew Young <[email protected]>
Reuilds sln before creating NuGet package

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

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

Fixed mostly Json.Net leftovers and MonoDroid, MonoTouch related minor issues.

github.com/restsharp/RestSharp - 97a32b78760fd71ac118ceb29c51b0edf509d0ab authored over 12 years ago by Pedro Lamas <[email protected]>
Removed unused NewtonsoftJsonMonoTouch.dll and Newtonsoft.Json.MonoDroid.dll binaries.

MonoDroid and MonoTouch project file list is synced with the desktop project's file list.
Assembl...

github.com/restsharp/RestSharp - 1e8f8fa5e0dc8899cf157e40859f40a8a880f66c authored over 12 years ago by Attila Hajdrik <[email protected]>
Merge branch 'fix_oauth1_get_parameter_signature' of [email protected]:trilobyte/RestSharp.git into fix_oauth1_get_parameter_signature

github.com/restsharp/RestSharp - d0b050a1fbcc7c504b0b846b74e9963a6f63faa0 authored over 12 years ago by Bert Willems <[email protected]>
fix for #271 Invalid OAuth1 signature for GET request

github.com/restsharp/RestSharp - 4929b9ac3b1d95d358c27f43db371faf4fcce2f1 authored over 12 years ago by Bert Willems <[email protected]>
added integration test for LinkedIN

github.com/restsharp/RestSharp - 0afda7d3b005b645ca6a3716ec81895a8f99177e authored over 12 years ago by Bert Willems <[email protected]>
Merge pull request #273 from PedroLamas/master

Fixes issue #270

github.com/restsharp/RestSharp - ff296b9582cd9ba299a4cb068175a4093c0cad22 authored over 12 years ago by Pedro Lamas <[email protected]>
Added some missing OAuth files to the .NET4 and Silverlight projects

github.com/restsharp/RestSharp - 3e42ddc9a244b69749ddf3a8d97784402a2b8f52 authored over 12 years ago by Pedro Lamas <[email protected]>
fix for #271 Invalid OAuth1 signature for GET request

github.com/restsharp/RestSharp - 82092b4122fc8bb760c23c079ab0a68fc70c6243 authored over 12 years ago by Bert Willems <[email protected]>
added integration test for LinkedIN

github.com/restsharp/RestSharp - e51b5a477991a61addaecb906e5dbce0978658b7 authored over 12 years ago by Bert Willems <[email protected]>
Merge branch 'master' of https://github.com/restsharp/RestSharp

github.com/restsharp/RestSharp - 2e25324820732c019c0334b36adae381f63b62c6 authored over 12 years ago by Wiebe Tijsma <[email protected]>
Updated .nuspec release notes

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

github.com/restsharp/RestSharp - 618784c1024c66c8786ce8d724b34defc753ed7d authored over 12 years ago by Andrew Young <[email protected]>
NuGet modified the Mango proj

github.com/restsharp/RestSharp - eb3a0ba9c75dab21341980b4150a69464ad7dcb3 authored over 12 years ago by Andrew Young <[email protected]>
Removing packages folder. NuGet will regenerate on first build.

github.com/restsharp/RestSharp - 4924380ef25f91a248f16dd18ce17d756dfd24d0 authored over 12 years ago by Andrew Young <[email protected]>
Fixed WP7 Mango file and lib references

github.com/restsharp/RestSharp - 0c307ee595058ace489ac3f6671ab12644b43a26 authored over 12 years ago by Andrew Young <[email protected]>
Fixed for Windows Phone not having Uri.HexEscape()

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

github.com/restsharp/RestSharp - 33392e5d4b42b218035572beb1b6427e86469a7e authored over 12 years ago by Andrew Young <[email protected]>
Simplified logic. Removed some tabs.

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

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

RestSharp is now marked with CLSCompliant(true)

github.com/restsharp/RestSharp - 5fbd8560dfa3d22bde48f5f10e467bdbd927c511 authored over 12 years ago by Pedro Lamas <[email protected]>
added CLSCompliant(true)

github.com/restsharp/RestSharp - 25b0fc187bdfefa578d88c224bc726d210cee405 authored over 12 years ago by jittuu <[email protected]>
+ added test for #231

github.com/restsharp/RestSharp - 150e5fe2fceed126f561292b1bfc7e6eff7921cc authored over 12 years ago by Bert Willems <[email protected]>
Merge branch 'master' of git://github.com/restsharp/RestSharp.git

github.com/restsharp/RestSharp - 8ec8400114a414afb8c7ca4d5eb798b2c553a379 authored over 12 years ago by Bert Willems <[email protected]>
103.1 changes (.net 4 dynamic and fixed invalidcastexception

github.com/restsharp/RestSharp - 671d80863cb805f637d2051c1ae4ec9879a1a4e5 authored over 12 years ago by John Sheehan <[email protected]>
XmlAttributeDeserializer crashes if value == "". Put in a check for value == string.Empty instead of just checking if value == null.

github.com/restsharp/RestSharp - c68de9d85673265693c7871d814a4a837c407f19 authored over 12 years ago by SwearWord <[email protected]>
#231 Support for LinkedIn Field-Selector Notation

Fixes the broken .NET RFC 3986 encoding for Uri.EscapeDataString

github.com/restsharp/RestSharp - 48524edbe063f1b80578157c1f1775aa865ae5ad authored over 12 years ago by Bert Willems <[email protected]>
For @xpaulbettsx

github.com/restsharp/RestSharp - 8d210ec96499cb69b5a1a0887cdff2bd91fddc43 authored over 12 years ago by John Sheehan <[email protected]>
undoing vs's mangling of the package file

github.com/restsharp/RestSharp - acd270cdb318a3e355bd78513936c58ad6fc2944 authored over 12 years ago by John Sheehan <[email protected]>
nuget 1.7

github.com/restsharp/RestSharp - 13b2b4a5ba6013a24e08e8b25912ea659052ed99 authored over 12 years ago by John Sheehan <[email protected]>
remove ilmerge, update to version 103

github.com/restsharp/RestSharp - 22ae9aa0436d9faaa20b14abdbaf49f6c59217d7 authored over 12 years ago by John Sheehan <[email protected]>
merge conflicts

github.com/restsharp/RestSharp - 3d3f849a6757f3975eaf2246e8ee7af470939578 authored over 12 years ago by John Sheehan <[email protected]>
moving shortcuts to restclientextensions

github.com/restsharp/RestSharp - e263840fe50836b86ee1d346f8c94b64ae44c14b authored over 12 years ago by John Sheehan <[email protected]>
added shortcuts to execute by method

github.com/restsharp/RestSharp - d031be5d5a7a7ec95c079a630489d8f3e7256203 authored over 12 years ago by John Sheehan <[email protected]>
Merge pull request #246 from SpiritMachine/master

MonoDroid Project Missing SimpleJson.cs File

github.com/restsharp/RestSharp - a46abc984641c57e7bd6e2e2c379ac9b4067db68 authored over 12 years ago by Andrew Young <[email protected]>
Added simplejson to MonoTouch proj

github.com/restsharp/RestSharp - afcd132f182daa852b19cf15b1792f513d28b3a9 authored over 12 years ago by Andrew Young <[email protected]>
Included SimpleJson.cs as a linked file to fix build.

github.com/restsharp/RestSharp - eebfac653e8af5d77e71a754f7c709ef60da12bc authored over 12 years ago by Joseph Phillips <[email protected]>
Tabified

github.com/restsharp/RestSharp - edcb3bbf8ce2534e1051f3af06b59be6df680a8d authored over 12 years ago by Andrew Young <[email protected]>
Merge branch 'JsonDecimalBugFix' of https://github.com/PedroLamas/RestSharp

github.com/restsharp/RestSharp - 837f6a823f4eed16ad2ecbbf87f1d04045314d10 authored over 12 years ago by Andrew Young <[email protected]>
103 prerelease stuff

swapped jsonserialier and misc packaging

github.com/restsharp/RestSharp - 9d11af9d9604c51d072dc253422fdfeb5a22e199 authored over 12 years ago by John Sheehan <[email protected]>
Removed the "T : new()" constraint from the IDeserializer.Deserialize<T> method

github.com/restsharp/RestSharp - 734be6a0fc308d3f790d276f6f8681d07e21490d authored over 12 years ago by Pedro Lamas <[email protected]>
Fixed a bug in the JsonDeserializer (Decimal type fields didn't properly deserialize when a system culture that doesn't use "." for decimal separator was present) and added some more tests

github.com/restsharp/RestSharp - c150402d02998b4d7dd249a801b36b726954411c authored over 12 years ago by Pedro Lamas <[email protected]>
Merge git://github.com/ntziolis/RestSharp

Conflicts:
RestSharp/Deserializers/JsonDeserializer.cs

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

github.com/restsharp/RestSharp - 4f9748816a12a704656f6f35daa438ffbf119f07 authored over 12 years ago by Andrew Young <[email protected]>
Sync'd up other projs

github.com/restsharp/RestSharp - 34935791a3ab8c3ea3f1766442572e23bcf0c6b2 authored over 12 years ago by Andrew Young <[email protected]>
die json.net die

github.com/restsharp/RestSharp - f9623544c444ab5b4488756734a49a0a3e5ddcba authored over 12 years ago by John Sheehan <[email protected]>
die json.net die

github.com/restsharp/RestSharp - 2f73bd30802c23cb1d375c9b488d82eff8442f4a authored almost 13 years ago by John Sheehan <[email protected]>
Added TimeSpan handling for XML incl. UnitTest

Format is ISO_8601 for durations (XmlSerializer uses this by default)
More info: http://en.wikipe...

github.com/restsharp/RestSharp - be8ecb2d91550744220a4657565a8a481e7e1f00 authored almost 13 years ago by ntziolis <[email protected]>
Added UnitTest data for TimeSpan

github.com/restsharp/RestSharp - c86a5580754e52b80815b84f2d1bd98d99170739 authored almost 13 years ago by ntziolis <[email protected]>
Extended JsonDeserializer to add support for TimeSpan incl. UnitTests.

Supported format is: "00:00:00.0000000"

github.com/restsharp/RestSharp - a7fa2ad95dc65aa969efe241fc9b0b726e169fba authored almost 13 years ago by ntziolis <[email protected]>
Edited the IRestClient to have the execute functions return IRestResponse

instead of the derived type to allow for more natural mocking without
having to cast the mock obj...

github.com/restsharp/RestSharp - c952138c8367d63117ecbceb656bab7e9da6d8f6 authored almost 13 years ago by Justen Martin <[email protected]>
Merge pull request #226 from aaronlerch/patch-1

Fix typo in RestClient.CookieContainer documentation.

github.com/restsharp/RestSharp - 86b31f9adf049d7fb821de8279154f41a17b36f7 authored almost 13 years ago by Andrew Young <[email protected]>
Fix typo in RestClient.CookieContainer documentation.

"No bug left behind."

github.com/restsharp/RestSharp - ab7b20403f37ca21384f929e3df636efba030bd4 authored almost 13 years ago by Aaron Lerch <[email protected]>
Merge pull request #215 from PedroLamas/master

Made Silverlight and Windows Phone clients send Cookies on request

github.com/restsharp/RestSharp - 9b7fde9bc258e14e54723f8abcfcd943f507e864 authored almost 13 years ago by Andrew Young <[email protected]>
Merge branch 'master' of github.com:restsharp/RestSharp

github.com/restsharp/RestSharp - 98aedaa6e4ddf589f8feeb160c8bed22f5fd2451 authored almost 13 years ago by Wiebe <[email protected]>
Fixed bug that errors in http communication are not propagated correctly if response is empty.

github.com/restsharp/RestSharp - 287c9f0187c559ed466afa69ca77dae72ed6801a authored almost 13 years ago by Oliver Hanappi <[email protected]>
including XML doc files in download

github.com/restsharp/RestSharp - 5766bf72c6c9f405f8b8f09ea1b11fd8561aa5fe authored almost 13 years ago by johnsheehan <[email protected]>
use framework string decoding for non-SL versions (thanks @tt)

github.com/restsharp/RestSharp - ffdaf7cdad7ea11cd1154102d4710617de57ddab authored almost 13 years ago by johnsheehan <[email protected]>
bump to 102.7 with json.net 4.0.8, now with less strong naming for WP/SL. hooray :)

github.com/restsharp/RestSharp - cbfa798993249ac74ba8abdb00000e57ad1cad47 authored almost 13 years ago by johnsheehan <[email protected]>