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

Avoid potential NullReferenceException

2d233304e8eaaeaf621e28a9d970ba205fb6c078 authored over 12 years ago
Made BaseUrl property virtual

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

3ea973927d91f0b3a3cfd47d973a9028d0bc0c7f authored over 12 years ago
Add test for underscore prefix

fc4871c4cbfa443a19dc1c1f3e8f2288d6ad84fc authored over 12 years ago
Apply coding standards

d73e3f00d1c795198866a2ef98a14ec1da55d0a7 authored over 12 years ago
Add support for deserializing properties with an underscore prefix

095b64a690e608332f5e25464805049659a1021d authored over 12 years ago
Merge pull request #295 from nicwise/patch-1

MonoTouch: Issue 293: JsonDeserialzer crashes on generic lists

4059ae6e831ce03f845aa31ab26855b644abf6f6 authored over 12 years ago
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?...

374be472b14ba2e976ec6e36a12350b28816b231 authored over 12 years ago
Version bump 103.2

d7acb61c929b1acda3ee9106bd702c7adc47bc27 authored over 12 years ago
Re-add a removed test, and some whitespace cleanup.

27dea0010722bf885691bf966f9d97727cc872e7 authored over 12 years ago
Merge branch 'master' of https://github.com/zidad/RestSharp into zidad-master

6a93fe5a467af8587c948ce41a43b8635863ca8c authored over 12 years ago
Add support for deserializing JSON to subclasses of List<T>. Closes pull

request #236.

85d469341b562f16564870f1422e2f1575e9fb4f authored over 12 years ago
Merge pull request #272 from trilobyte/fix_oauth1_get_parameter_signature

Fix oauth1 get parameter signature

abc0d76aeb1fac7bd340a8cdb0bb59c391929dc6 authored over 12 years ago
Merge branch 'handle-ssl-exceptions' of https://github.com/aroben/RestSharp into aroben-handle-ssl-exceptions

Fixed Conflicts:
RestSharp/Http.Async.cs

ea14345430f7decfd1d6a575ac5bfd4e9fa1e0cb authored over 12 years ago
Allow deserializing lists with null in them. Should resolve pull request #286.

079c82113428b19844ede1250083494b9c9d0482 authored over 12 years ago
Merge pull request #280 from IronFoundry/HostAndDateOnRequest

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

759b407fa756e8a17fae2bc132dfd4ee77eecdb6 authored over 12 years ago
Fix a few whitespace issues w/ the previous commit.

54d7996bdd1e59eff38793de678a564ed73ea596 authored over 12 years ago
Fix a few compilation errors related to the previous merge.

525b6bc9356ebe50a8607123746e28dd2bdfceab authored over 12 years ago
Merge pull request #281 from mattleibow/master

RestResponse.Request now populated

f796095672880d08c1eb59cc0e533ee7aa4612fa authored over 12 years ago
Fix some whitespace issues w/ the previous commit.

96acd9dd01fea700df943706df5aefbb62ba3191 authored over 12 years ago
Merge remote-tracking branch 'leonardoeloy/master'

7c7676e0ce5e6790e6db706a7be6b1570a128be4 authored over 12 years ago
Merge pull request #290 from kleinron/master

Extend NtlmAuthenticator so that it can also impersonate a user

436a90a39db3a706cc74c05de31f21bc04e12995 authored over 12 years ago
Merge pull request #292 from petejohanson/str_str_dictionary

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

19606c609ef459e547573eb24ad84ed3a67462c7 authored over 12 years ago
Merge pull request #291 from petejohanson/single_list_item_support

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

9a1a1fde0e99c9561aa024b0c17a14aa3d63dc3a authored over 12 years ago
Add support for mapping JSON objects to Dictionary<string, string> when the field values are different for each field, e.g. HAL _embedded object.

40e202de3e1529fb643e236bc37985b5e4740967 authored over 12 years ago
One more test, and fix a minor capitalization issue in a test name.

82f6bcd9c219d14678268580b67d9b4fd59ab332 authored over 12 years ago
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.

651bc593d550f4171626567208c7a9a000667ec5 authored over 12 years ago
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...

9cb50cdb2a0d1dea337c11b3f0a7d189e0620da3 authored over 12 years ago
Don't crash on captive networks that intercept SSL

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

9b98ba329a6a34fb84ae6f0116a0d4ebe842b278 authored over 12 years ago
Added PLAINTEXT signature support to OAuth

e66f8461d28846497fc44fafa8c6ec3d71972105 authored over 12 years ago
* do no add query parameters twice

3904047f0933acb69a83cb4fd7dbb6c6aa3eb130 authored over 12 years ago
* add default parameters from the client

22152fd46ec7db7c71dc9d0baab14b644f075b7d authored over 12 years ago
* decode all oauh parameters

f36b40a60d93ec786967ecc17a5281167e966479 authored over 12 years ago
* only add oauth parameters

78bd2b634b000239c466d70270adb16b6721d606 authored over 12 years ago
Removed UserState from IRestRequest

22f73b8fcf9ee1c8b6d13aa37e4114b46bbdd376 authored over 12 years ago
RestResponse.Request now populated

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

b7d969695e39a0aefeffe2044bd03a4866f6d05f authored over 12 years ago
Move within correct preprocessor directive.

057bd857806b1919b694534075f2da365e9c76ef authored over 12 years ago
Add ability to set Host and Date when built for .NET 4.0

f2ba8af15e931c2e92fba83791214bff92f470b1 authored over 12 years ago
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...

322d37bb6fbd4fa7e85dda7576a8f536952045c7 authored over 12 years ago
Merge branch 'master' of https://github.com/restsharp/RestSharp

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

7229095b51055228c8a19644f72880be1154970b authored over 12 years ago
Reuilds sln before creating NuGet package

a9d7c46486dc0f81aa5753490c7e981918634358 authored over 12 years ago
Update README.markdown

b874d59aa951deb1c84360814a4630f65a313fb0 authored over 12 years ago
Merge pull request #274 from attilah/master

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

97a32b78760fd71ac118ceb29c51b0edf509d0ab authored over 12 years ago
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...

1e8f8fa5e0dc8899cf157e40859f40a8a880f66c authored over 12 years ago
Merge branch 'fix_oauth1_get_parameter_signature' of [email protected]:trilobyte/RestSharp.git into fix_oauth1_get_parameter_signature

d0b050a1fbcc7c504b0b846b74e9963a6f63faa0 authored over 12 years ago
fix for #271 Invalid OAuth1 signature for GET request

4929b9ac3b1d95d358c27f43db371faf4fcce2f1 authored over 12 years ago
added integration test for LinkedIN

0afda7d3b005b645ca6a3716ec81895a8f99177e authored over 12 years ago
Merge pull request #273 from PedroLamas/master

Fixes issue #270

ff296b9582cd9ba299a4cb068175a4093c0cad22 authored over 12 years ago
Added some missing OAuth files to the .NET4 and Silverlight projects

3e42ddc9a244b69749ddf3a8d97784402a2b8f52 authored over 12 years ago
fix for #271 Invalid OAuth1 signature for GET request

82092b4122fc8bb760c23c079ab0a68fc70c6243 authored over 12 years ago
added integration test for LinkedIN

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

2e25324820732c019c0334b36adae381f63b62c6 authored over 12 years ago
Updated .nuspec release notes

3f2e43cbd397ba498dc6722589e6f14b77499ac9 authored over 12 years ago
Version bump: 103.1

618784c1024c66c8786ce8d724b34defc753ed7d authored over 12 years ago
NuGet modified the Mango proj

eb3a0ba9c75dab21341980b4150a69464ad7dcb3 authored over 12 years ago
Removing packages folder. NuGet will regenerate on first build.

4924380ef25f91a248f16dd18ce17d756dfd24d0 authored over 12 years ago
Fixed WP7 Mango file and lib references

0c307ee595058ace489ac3f6671ab12644b43a26 authored over 12 years ago
Fixed for Windows Phone not having Uri.HexEscape()

b30a3fc8feda071a773ef4a27dfaa22949a9c11f authored over 12 years ago
Merge branch 'master' of https://github.com/trilobyte/RestSharp

33392e5d4b42b218035572beb1b6427e86469a7e authored over 12 years ago
Simplified logic. Removed some tabs.

0f466b6cd74fdd66c780c8cd02ca3190017f5bd8 authored over 12 years ago
Merge branch 'master' of https://github.com/sdahlbac/RestSharp

df32c698371ae8036b3f08759ed49b5029e6ede1 authored over 12 years ago
Merge pull request #267 from jittuu/master

RestSharp is now marked with CLSCompliant(true)

5fbd8560dfa3d22bde48f5f10e467bdbd927c511 authored over 12 years ago
added CLSCompliant(true)

25b0fc187bdfefa578d88c224bc726d210cee405 authored over 12 years ago
+ added test for #231

150e5fe2fceed126f561292b1bfc7e6eff7921cc authored over 12 years ago
Merge branch 'master' of git://github.com/restsharp/RestSharp.git

8ec8400114a414afb8c7ca4d5eb798b2c553a379 authored over 12 years ago
103.1 changes (.net 4 dynamic and fixed invalidcastexception

671d80863cb805f637d2051c1ae4ec9879a1a4e5 authored over 12 years ago
XmlAttributeDeserializer crashes if value == "". Put in a check for value == string.Empty instead of just checking if value == null.

c68de9d85673265693c7871d814a4a837c407f19 authored over 12 years ago
#231 Support for LinkedIn Field-Selector Notation

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

48524edbe063f1b80578157c1f1775aa865ae5ad authored almost 13 years ago
For @xpaulbettsx

8d210ec96499cb69b5a1a0887cdff2bd91fddc43 authored almost 13 years ago
undoing vs's mangling of the package file

acd270cdb318a3e355bd78513936c58ad6fc2944 authored almost 13 years ago
nuget 1.7

13b2b4a5ba6013a24e08e8b25912ea659052ed99 authored almost 13 years ago
remove ilmerge, update to version 103

22ae9aa0436d9faaa20b14abdbaf49f6c59217d7 authored almost 13 years ago
merge conflicts

3d3f849a6757f3975eaf2246e8ee7af470939578 authored almost 13 years ago
moving shortcuts to restclientextensions

e263840fe50836b86ee1d346f8c94b64ae44c14b authored almost 13 years ago
added shortcuts to execute by method

d031be5d5a7a7ec95c079a630489d8f3e7256203 authored almost 13 years ago
Merge pull request #246 from SpiritMachine/master

MonoDroid Project Missing SimpleJson.cs File

a46abc984641c57e7bd6e2e2c379ac9b4067db68 authored almost 13 years ago
Added simplejson to MonoTouch proj

afcd132f182daa852b19cf15b1792f513d28b3a9 authored almost 13 years ago
Included SimpleJson.cs as a linked file to fix build.

eebfac653e8af5d77e71a754f7c709ef60da12bc authored almost 13 years ago
Tabified

edcb3bbf8ce2534e1051f3af06b59be6df680a8d authored almost 13 years ago
Merge branch 'JsonDecimalBugFix' of https://github.com/PedroLamas/RestSharp

837f6a823f4eed16ad2ecbbf87f1d04045314d10 authored almost 13 years ago
103 prerelease stuff

swapped jsonserialier and misc packaging

9d11af9d9604c51d072dc253422fdfeb5a22e199 authored almost 13 years ago
Removed the "T : new()" constraint from the IDeserializer.Deserialize<T> method

734be6a0fc308d3f790d276f6f8681d07e21490d authored almost 13 years ago
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

c150402d02998b4d7dd249a801b36b726954411c authored almost 13 years ago
Merge git://github.com/ntziolis/RestSharp

Conflicts:
RestSharp/Deserializers/JsonDeserializer.cs

40d2dce1da477343841c91679a36a81b07653aab authored almost 13 years ago
Merge branch 'master' of github.com:restsharp/RestSharp

4f9748816a12a704656f6f35daa438ffbf119f07 authored almost 13 years ago
Sync'd up other projs

34935791a3ab8c3ea3f1766442572e23bcf0c6b2 authored almost 13 years ago
die json.net die

f9623544c444ab5b4488756734a49a0a3e5ddcba authored almost 13 years ago
die json.net die

2f73bd30802c23cb1d375c9b488d82eff8442f4a authored almost 13 years ago
Added TimeSpan handling for XML incl. UnitTest

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

be8ecb2d91550744220a4657565a8a481e7e1f00 authored almost 13 years ago
Added UnitTest data for TimeSpan

c86a5580754e52b80815b84f2d1bd98d99170739 authored almost 13 years ago
Extended JsonDeserializer to add support for TimeSpan incl. UnitTests.

Supported format is: "00:00:00.0000000"

a7fa2ad95dc65aa969efe241fc9b0b726e169fba authored almost 13 years ago
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...

c952138c8367d63117ecbceb656bab7e9da6d8f6 authored almost 13 years ago
Merge pull request #226 from aaronlerch/patch-1

Fix typo in RestClient.CookieContainer documentation.

86b31f9adf049d7fb821de8279154f41a17b36f7 authored almost 13 years ago
Fix typo in RestClient.CookieContainer documentation.

"No bug left behind."

ab7b20403f37ca21384f929e3df636efba030bd4 authored almost 13 years ago
Merge pull request #215 from PedroLamas/master

Made Silverlight and Windows Phone clients send Cookies on request

9b7fde9bc258e14e54723f8abcfcd943f507e864 authored almost 13 years ago
Merge branch 'master' of github.com:restsharp/RestSharp

98aedaa6e4ddf589f8feeb160c8bed22f5fd2451 authored almost 13 years ago
Fixed bug that errors in http communication are not propagated correctly if response is empty.

287c9f0187c559ed466afa69ca77dae72ed6801a authored almost 13 years ago
including XML doc files in download

5766bf72c6c9f405f8b8f09ea1b11fd8561aa5fe authored almost 13 years ago
use framework string decoding for non-SL versions (thanks @tt)

ffdaf7cdad7ea11cd1154102d4710617de57ddab authored almost 13 years ago
bump to 102.7 with json.net 4.0.8, now with less strong naming for WP/SL. hooray :)

cbfa798993249ac74ba8abdb00000e57ad1cad47 authored almost 13 years ago