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
Rewrote UrlEncodeStrict
1b9606bcb6a6afd1abc54f7925b79de94cf748b1 authored about 10 years ago848134c2afb1cb095e3209ac7fb033424f935bfd authored about 10 years ago
5ec6cf43d28ae99869f99e3c13c061d811d1e4eb authored about 10 years ago
90308b51ecc466927c21d96207881eae8e6a555e authored about 10 years ago
377048dfc39d530d644830f432c75ca48fcf7193 authored about 10 years ago
45bdecac46ae7af665b087fb8320f8870d318072 authored about 10 years ago
b4d0c6fec1a1ffdb8b29eb9f1aa7fe75ce45154c authored about 10 years ago
Fix readme: `AddFile` also needs a attribute name.
00f75b97d0af9dafde529e58e58e4af3f33cb7ca authored about 10 years agoa39731b0400c6a058e077336b94d65e28df6fd7f authored about 10 years ago
Conflicts:
.nuget/RestSharp.Build.dll
f18751f6587f2829e6d9b3716d40b76b8f449c7a authored about 10 years ago
2324f56076e42f3e79e3fcfde7b3c76efac681bf authored about 10 years ago
26f81653e03fa5ce1fbc77060f5261727ed84a2c authored about 10 years ago
e3a0cf03d29bf422d291453b6bbd95cb813958f2 authored about 10 years ago
8abb790f58d4dd21331d0db4150b6df7a48a7340 authored about 10 years ago
53abcccb3ef52117bd35ad0889877fcfdbbad214 authored about 10 years ago
This was also doing some special handling for \b\r\n and ignored the
issue with hex characters 0...
968bac43ab5ce6c5114f7a70ad3a10e77cfeb7ce authored about 10 years ago
It didn't handle % characters in the original string (unless they were
followed by a not Unreser...
2f45602cdebb2a1425d0860010ab7661991c1c1b authored about 10 years ago
a07e9e8c4dc49a7b9bdc99fc43a58742445e76f7 authored about 10 years ago
ad556366d0507e48e5485a35d2b39ac56014088e authored about 10 years ago
b803a6d36e39358fc163f0eb316d73d51b46dff8 authored about 10 years ago
b3a7f8cb89bc01669656c576713637abedd9edec authored about 10 years ago
b30e1317f31739d1aebad4429e341059b7f2a792 authored over 10 years ago
55fc568aee0e9abf79dd2aeea37bd592a488a421 authored over 10 years ago
96418b5a1a78e134410c13867fa8a469719fae18 authored over 10 years ago
2d761f83032dad5ce3a3ca4a13b5ec5e66fad33a authored over 10 years ago
bae4806c3d5d8dafe50bad50bbbdfc3a3fec401f authored over 10 years ago
Conflicts:
RestSharp.IntegrationTests/AsyncTests.cs
RestSharp.IntegrationTests/AuthenticationT...
a1a4e077ecd3bc0eefa6db55085823bc98692c05 authored over 10 years ago
cbee3c1efcd0b9b03873f2b61f7036228a751972 authored over 10 years ago
629ea545144ab712f4a36c0955708b902eb53727 authored over 10 years ago
cda4d4c46dff9132904b9662433f72fb213d90c4 authored over 10 years ago
3ac91252c02e4038b74d92a81b26719fb13001e6 authored over 10 years ago
Conflicts:
RestSharp/Deserializers/JsonDeserializer.cs
166c698320727450993afa15425bef92bb6f3127 authored over 10 years ago
40f922fe1fb20c00664d8e539315119adaf628af authored over 10 years ago
2d69bcc044f8b7fffca0a835c675df6c2c4e92fa authored over 10 years ago
Conflicts:
RestSharp/Deserializers/JsonDeserializer.cs
RestSharp/Deserializers/XmlDeserializer.cs
Conflicts:
RestSharp/IRestRequest.cs
RestSharp/RestRequest.cs
62774f2f4f70dac404ab0dbf886d4ed3f306c915 authored over 10 years ago
Added clearer comments for RestRequest.AddBody and additional RestRequest.AddJsonBody and RestRe...
35e401344a41c72afc75fc73d75e107682e5e238 authored over 10 years agoab19b14a7af5b73adc20ec63f4a1c66372345e0f authored over 10 years ago
26d134c02c2972d42d16afa7f77193babc58ba2f authored over 10 years ago
934351a6ee2a8834a38d852a0e4a7e5e01787dad authored over 10 years ago
800a390c448d94827984ab416b8a1361a92718db authored over 10 years ago
This reverts commit 508f72266d133eade2c246af76c394ea03902112.
5c9228ca8b6959117b66e4008b4026e7bb709b4c authored over 10 years ago508f72266d133eade2c246af76c394ea03902112 authored over 10 years ago
Fixed bug where XmlDeserializer would not deserialize public nested type
ea0b33a0093752e41fab8372c7f77801065e72cc authored over 10 years agoAdded additional variants to look for on deserialization
bbad46f165ec3cd9996838c4a97e3e575be0316f authored over 10 years agoc963c7834419d7d162c4142ee1d2014afcbc1463 authored over 10 years ago
Added parameter check when setting Host header
aeb665a3a0a715450c0302c2d70cea87c945849c authored over 10 years agoRepairs InvalidCastException on method RestClientExtensions.ExecuteDynamic
cdbe3533405d9685c126e900d832bd8acc5d959c authored over 10 years agoFixed missing Execute(<T>) in IRestClient for PocketPC
f03bd2982f7d2569214a5eb8570b65d36a46c6d9 authored over 10 years agoAdded RestRequest.AddQueryParameter()
d18315fa745326b1682050e26345e5d17b0af772 authored over 10 years agoIssue 524 multipart form reuqest body and file
3d6d0b1eebaddf5a3617a9dacea09704c5683f17 authored over 10 years ago
The RestSharp XmlDeserializer only tries to deserialize types where
Type.IsPublic is true. For n...
Nuget Release for v.104.5.0
2d9c57e44ab823946506ee6be2dad3fa2c956993 authored over 10 years agoChange "whitelist" to "includedProperties" to avoid offense in some markets
e5b2048522983f2bd339cb98a3f91c4724d2d38c authored over 10 years ago12e588fbd35508dd9c29a2cdc94976d88f46d0d6 authored over 10 years ago
c406fc958805cf2a64a186bae0cb717f873fc19d authored over 10 years ago
218e7698312d7d473351482b53a7be244792c6d0 authored over 10 years ago
* 'Nuget_1045' of https://github.com/hallem/RestSharp:
Updated the solution to use Windows Pho...
2762bdc78954b8c2f8034b7b52a063e620aee611 authored over 10 years ago
9f5558f0bf54b62dddcfdb65ebbd4047021d2a2a authored over 10 years ago
653ba7e9578120d832f2db7a40ddf64ff66fc8cb authored over 10 years ago
It can be unintuitive that you need to first specify the RequestFormat
is JSON to have the RestR...
This reverts commit 182b025129f0ccb72f9a1f17c631f13d3e77aae0.
bb02736f126c20b9f9f59c05c7ad9af57e5035f6 authored over 10 years ago1c7bd22c312a7f5c8972335e27c854f9440b3982 authored over 10 years ago
This reverts commit 182b025129f0ccb72f9a1f17c631f13d3e77aae0.
3686e40ae6ed90e7623c079aae1fdf60f1ded202 authored over 10 years ago182b025129f0ccb72f9a1f17c631f13d3e77aae0 authored over 10 years ago
ec239eabba5c9087fb1a2d8e115ba2403adf903f authored over 10 years ago
aa8a364ed7a9d12db0600a61b2e6a5a53a64a335 authored over 10 years ago
Fixes #564
0cf07ca3770a915ee307ee73e1cc457f0ca283ee authored over 10 years agoAdd MERGE method to rest requests.
6bcceffb8ab0ff3955cef3c55eb157b5a85bb552 authored over 10 years agobe303eaeec701ea5b97589987533428f25d795c5 authored over 10 years ago
bade8c3d35b07081c3205ac194b2f5a91e9391b5 authored over 10 years ago
ca7e25ce9b4cd6d1282b55ee368b5cd4cd5d0e8f authored over 10 years ago
2cddedb20cdff28fc96b12df1eb346ae7ee05cfc authored over 10 years ago
Get latest from master
ed9a3e2249496c38516272d24ef46b63c3de1b86 authored over 10 years agoIn PocketPC, the non-async Execute methods are missing. The "FRAMEWORK || PocketPC" condition is...
2551c9d0534109b10872e05181f85864ece90fca authored over 10 years agoef272ab491a4088b219b083b6ae44f0d78b2ca70 authored over 10 years ago
Added conditional compilation directive around setting the HttpWebReques...
196c2511099b93e8900f0456b69e326bf995dfe9 authored over 10 years agoPreserve parent namespace when serializing lists
0ff5688c8ecf54b1bba59fe45ba94a30b381f729 authored over 10 years ago7868b2bf885ddb545bf3febc69d47243bb8ff7dc authored over 10 years ago
BuildUri: Tell which UrlSegment parameter value is null
d5e437a6e26cdf808b8726cce735d9694a645fb1 authored over 10 years ago7bc1b1c7a10cffdc31ede99a6f12825a3384dcd1 authored over 10 years ago
b62827dcdfce1252466e0d9f21efd89b5ab3958a authored over 10 years ago
fcbdb548187c2006c31f7ae62b2418657c660803 authored over 10 years ago
Added support for JsonArray and JsonObject deserialization when target type is specified as Syst...
70be25dae0edb44a1c962aee078e9dbf74cb4177 authored almost 11 years agoAdded PocketPC in compiler directive to include the sync client in compa...
7fbe299196240f2c9a730aad0966d71dc3955bde authored almost 11 years ago7658cb632690986f60c2d43f240caa67a2b84135 authored almost 11 years ago
Conflicts:
RestSharp/Deserializers/JsonDeserializer.cs
* The side effect of this is that now you can recursively deserialize a JSON object that has mix...
708adc5f01af27dbe4e9d50794d3634968ee6e64 authored almost 11 years agoFixed an overload, which is not available in compact framework.
18826dd66905df9e25c10e606363b4d39aa88c4c authored almost 11 years agoe971360e06a1e3be7798d9c5cbc6765767ac460f authored almost 11 years ago
Fixed bug that caused the async RestClient callbacks to never get called...
401add8ade8d4b966c2882177f3a7378d03ce30f authored almost 11 years ago9c5be018b7f135486c3627838347051766b51c98 authored almost 11 years ago
When an exception was thrown from a RestRequest.OnBeforeDeserialization
event handler, async cal...