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

Fixes OAuth1 signature with special characters (#2126, #1945) (#2127)

* Fixes OAuth1 signature with special characters (#2126, #1945)

* Adds test for parameters en...

122a2b08e9570de1267f06b5867554bd54d64d87 authored 11 months ago by elia936 <[email protected]>
Set UserAgent as a default header parameter (#2157)

* Set UserAgent as a default header parameter instead of modifying the HttpClient instance.

*...

f3642c1bdc937f02c5a178305c1a437b96a39189 authored about 1 year ago by Peter Breen <[email protected]>
Adjust serializer selection fallback procedure (#2147)

In summary:

1. Choose by request type only when the server didn't provide
a content type ...

d99d49437af21688152b556f6d3661d2e739b824 authored about 1 year ago by softworkz <[email protected]>
Use case insensitive comparer (#2146)

..instead of ToLower()

6880e582ebc3a510e2912930a033b38258406852 authored about 1 year ago by softworkz <[email protected]>
Update IAuthenticator? Authenticator in usage.md (#2151)

* Update usage.md

Conform to updated API

* Update usage.md

Conform the latest API

5644c25c955fdeb20e2aacc32c34fbbfc8b8d123 authored about 1 year ago by Mavaddat Javid <[email protected]>
Added Option to add Interceptors on Client Level (#2118)

* feature: Added Implementation for Interceptors

d0b4b1842859ff3c61c7a6151ba273f3a8577f95 authored over 1 year ago by Franz Reinhard Seidl <[email protected]>
Update error-handling.md (#2116)

spelling error update

36ebe2fae4de59ad54633b31193a7f977740b2d1 authored over 1 year ago by Kurzyn <[email protected]>
Use encoded filename for FileNameStar (#2117) (#2123)

* Use encoded filename for FileNameStar (#2117)

* Remove the "fix" and add a test that shows ...

1c9caba15612188a8000bdf18ae5e9efe071e41f authored over 1 year ago by Alexey Zimarev <[email protected]>
Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.3 (#2107)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.5.0 to 17.6.3.
- [R...

6197f314dca6e77d22f233ec976dea812a73eac0 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump Microsoft.AspNetCore.TestHost from 6.0.15 to 6.0.19 (#2106)

Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 6.0.15 to 6.0.1...

7b4aec1b646e047175f92845ced64f4aff9bdb22 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump System.Text.Json from 7.0.2 to 7.0.3 (#2099)

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 7.0.2 to 7.0.3.
- [Release not...

44add1b0038971e293aec6764f2b9d12216fdc7f authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Added remaining overloads (PATCH, HEAD, OPTIONS, DELETE) (#2050)

* Added remaining overloads (PATCH, HEAD, OPTIONS, DELETE)
* Fixed sync extensions to use `IRes...

1370c33b1290232c0b0165a9b03e606a1aa23a28 authored over 1 year ago by Alexey Zimarev <[email protected]>
Use builtin methods to ConcurrentDictionary (#2073)

Update SimpleClientFactory to use builtin methods to ConcurrentDictionary to avoid adding a key ...

84db1834013016ea08de84b90405e53ac5f67b1f authored over 1 year ago by Simon Ensslen <[email protected]>
Bump coverlet.collector from 3.2.0 to 6.0.0 (#2085)

Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.2.0 to 6.0.0.
...

8dece7421bf81ee705ee1d4694eb9250dd784abb authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix typo (#2097)

1231a688759f561c727b80cc380c8c21fb0c0967 authored over 1 year ago by Mike Bundy <[email protected]>
Fix authenticator docs

cc44c361d4aa7caa5b868d4440820cd2e382a7ef authored over 1 year ago by Alexey Zimarev <[email protected]>
Support file uploading without multipart/form-data (#2068)

* Support file uploading without multipart/form-data

* AlwaysSingleFileAsContent flag

* Va...

2facbebd287cce6441a2b99fad1a96cadd2b9233 authored over 1 year ago by GMIKE <[email protected]>
Added GetJsonAsync tests with NewtonsoftJson

71c73f8e9aa1317a5c49d25126b1a23bd36e36c1 authored over 1 year ago by Alexey Zimarev <[email protected]>
Move the instantiation of RequestContent after calling the Authenticator (#2062)

* Move the instantiation of RequestContent after calling the Authenticator
* Add auth tests
* ...

812c3443cfef57787325329f93ef65bf047877ed authored over 1 year ago by Alexey Zimarev <[email protected]>
Merge client- and request-level cookies in the header. Also, dispose the request if not downloading data. (#2056)

794348ec29a17b1ff30ea4d8a77091aa61d56dab authored over 1 year ago by Alexey Zimarev <[email protected]>
Add CacheControl (#2053)

Cleanup response writer code

e147e1c1d2ec44b5ecd510ec7fb756ac7108bc22 authored over 1 year ago by Alexey Zimarev <[email protected]>
More cleanup

edce8c948c9e0fecf45959069801ad5367005327 authored over 1 year ago by Alexey Zimarev <[email protected]>
Fix intro a bit

4af066ca76bcc9051f88190a60dec85acf2dd37b authored over 1 year ago by Alexey Zimarev <[email protected]>
Elaborate how to use error handling options

b8e0fdf0f537f273c69d2b6c624b347927871564 authored over 1 year ago by Alexey Zimarev <[email protected]>
Bump Microsoft.AspNetCore.TestHost from 6.0.9 to 6.0.15 (#2054)

Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 6.0.9 to 6.0.15...

d4b6f55eeebd6287243e52c65204a95b42bcd02c authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add `AddJsonBody` overload to serialise top-level string (#2043)

* Added AddJsonBody overload for top-level strings

bf247946ea4fdf70cc6fc2a454041854b146eb02 authored over 1 year ago by Alexey Zimarev <[email protected]>
Bump Newtonsoft.Json from 13.0.2 to 13.0.3 (#2040)

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.2 to 13.0.3.
- [R...

2d42a33e3e8dbbf353902abb42f414118c12fa69 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add Remove and Replace parameter functions to DefaultParameters (#2047)

62ff3aa35dd385b0c2a49db36ba65b3ce0eed81a authored over 1 year ago by Alexey Zimarev <[email protected]>
Annotate platform-specific properties and check the platform when configuring the handler (#2044)

d8e1e9a93bf7f226660280a9a46ab817d667ca20 authored over 1 year ago by Alexey Zimarev <[email protected]>
Merge branch 'client-level_-cookies' into dev

809f071a013ac586728ec7a3b8e4261dd635f0f1 authored over 1 year ago by Alexey Zimarev <[email protected]>
Adding client-level cookie container (#2042)

* Adding client-level cookie container and use it with the new way to add cookies to the request...

4287eaf1ae829f2e6eeb2f5d38b0031ab238d408 authored over 1 year ago by Alexey Zimarev <[email protected]>
Added more info about cookies and default parameters to the docs

c121623b86879249b1f8999d654b5efeddbc7775 authored over 1 year ago by Alexey Zimarev <[email protected]>
Addressing review

71e70a35419f98468114b81acc6dde0baf9f7bc5 authored over 1 year ago by Alexey Zimarev <[email protected]>
Adding client-level cookie container and use it with the new way to add cookies to the request headers

1950a9cfee0ea9d92da082e0f7fe1ee8312b1603 authored over 1 year ago by Alexey Zimarev <[email protected]>
Make BuildUrl an extension (#2039)

* Make BuildUrl an extension, add DefaultParameters to the interface, change the type to guard a...

159c8a79963b4e7d2e51bcff525fa694461bd526 authored over 1 year ago by Alexey Zimarev <[email protected]>
Consider the boundary quotes request option value (#2020)

* Consider the boundary quotes request option value

* Set the boundary quote marks to true as...

d184961489c503fb4943e199b882fd60961485cf authored over 1 year ago by Alexey Zimarev <[email protected]>
Update README.md

93ca86a4dc7918454f7c04edd186fce783ae13a5 authored over 1 year ago by Alexey Zimarev <[email protected]>
Update README.md

2261f46b1b8507c6e00879b7fd5083d2bc226315 authored over 1 year ago by Alexey Zimarev <[email protected]>
Added default parameters to the request. They got missing somehow. (#2021)

3a7178b3464205d9958a24cc1dc80b218431c7b0 authored over 1 year ago by Alexey Zimarev <[email protected]>
Update serialization docs

205d1700fda085975cb2bd4cd99617fc4ca822ba authored almost 2 years ago by Alexey Zimarev <[email protected]>
Follow up fix of a compile error

620a5576525ac9eab70bcc00337a15aa2750716c authored almost 2 years ago by Alexey Zimarev <[email protected]>
Fixed a bug causing duplicate user-agent headers when using a shared `HttpClient`. (#2008)

* Added product version to the user-agent check when configuring HttpClient.

* Created a unit...

41bff69dd5654d1e10f1584a80c1a9f4c5850061 authored almost 2 years ago by Hazel | へいぜる <[email protected]>
Merge branch 'v109' into dev

9ca67775f418a5120d7c0d900929f13ec77cabbb authored almost 2 years ago by Alexey Zimarev <[email protected]>
Added new words to the doctionary :)

916da1823a65a0e59d9281143540673130f05390 authored almost 2 years ago by Alexey Zimarev <[email protected]>
Bump System.Text.Json from 5.0.1 to 7.0.2 (#2005)

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 5.0.1 to 7.0.2.
- [Release not...

964f52241e09c587ceef4a725de74a35f93bf7b8 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.5.0 (#2009)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.1 to 17.5.0.
- [R...

5df19d1800011757ead4d0436b6dce5808b9513e authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge with dev

c3e09bffd671991e6e45e232770eb07d4a566eef authored almost 2 years ago by Alexey Zimarev <[email protected]>
v109 (#1963)

* Added .NET Framework 471 as a target. .NET 5 is out
* Fix the media type issue with .NET 7 #1...

507ed87f8b517037bd1f923828c7af4c4998845e authored almost 2 years ago by Alexey Zimarev <[email protected]>
Bump Moq from 4.18.2 to 4.18.4 (#1992)

Bumps [Moq](https://github.com/moq/moq4) from 4.18.2 to 4.18.4.
- [Release notes](https://githu...

3e43c5a7215e45ff31feda14d72f2bdc46036cc8 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add factory docs

6174a2936df3bc89ac72aace6cc42e722b10a81d authored almost 2 years ago by Alexey Zimarev <[email protected]>
Added a simple factory with opt-in

b9753f633b62cbe61e113ba08075f6e104312d57 authored almost 2 years ago by Alexey Zimarev <[email protected]>
Added notes about form body

67480bb5d584ec10ec67896c4c80d39cce6adf83 authored almost 2 years ago by Alexey Zimarev <[email protected]>
Related changes in the docs

Fixed the failing parameters parsing tests

d284f78c35579304ef127080dbefc05546d4ee32 authored almost 2 years ago by Alexey Zimarev <[email protected]>
Merge branch 'dev' into v109

# Conflicts:
# src/RestSharp/Request/RestRequestExtensions.cs

cdc020dd430902ec252893dc909466e0c63d46bc authored almost 2 years ago by Alexey Zimarev <[email protected]>
V109 (#2010)

* Fixes some documentation
Adds more Parameter Tests

* Makes the new tests more readable and...

90e70fcdb93634b51096c84bed107849791e9301 authored almost 2 years ago by Edward Lichtman <[email protected]>
Fixing the file upload test

27272f36361f0b33670b86ecae8d1006d6204cf4 authored almost 2 years ago by Alexey Zimarev <[email protected]>
Ignore exceptions parsing response cookies (#2015)

Co-authored-by: Francesc Castells <[email protected]>

1d289f988542d917b8deae6f6a5c4c716e6cd2b2 authored almost 2 years ago by Francesc Castells <[email protected]>
Don't pack source gen

3a9fe6de58319283e8c6a36bf3e96137abec3833 authored almost 2 years ago by Alexey Zimarev <[email protected]>
Use 7.0.102 due to .NET breaking change

7e8694dabf500b0a86937c845f7a63447da284f8 authored almost 2 years ago by Alexey Zimarev <[email protected]>
Remove unused using

fc036abf2dc6637c8ce11359c8e9da911cd6351d authored almost 2 years ago by Alexey Zimarev <[email protected]>
Added Authenticator to RestRequest

Made Options immutable to make the client thread-safe

7e0a1aff813db0eeec9b938695086e1f730b9ee7 authored almost 2 years ago by Alexey Zimarev <[email protected]>
Remove duplicate entry in table and sort correctly (#1997)

f7d3984244c4808ae7c068e028753c2857f325b9 authored almost 2 years ago by Simon Ensslen <[email protected]>
Bump Newtonsoft.Json from 13.0.1 to 13.0.2 (#1991)

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2.
- [R...

c26043a4a378ff85fedfed3094f6c935515ee4e4 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump JetBrains.Annotations from 2022.1.0 to 2022.3.1 (#1961)

Bumps [JetBrains.Annotations](https://github.com/JetBrains/JetBrains.Annotations) from 2022.1.0 ...

05608a45aa1a97dd6e0e1c5782fd408c9a7c64e1 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump coverlet.collector from 3.1.2 to 3.2.0 (#1956)

Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.1.2 to 3.2.0.
...

40b01768e3351838da57e4070df8615b9dfc5694 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixes #1957 (#1964)

d7840d55b572b775c0d5f4758e3c0fec1d57f460 authored almost 2 years ago by Alexey Zimarev <[email protected]>
Throw exception on disposed. We should always throw this one as it is pretty fatal so you would not want this to silently show up in the Exception response value. (#1967)

ebf23ed6ce64615fd7f245cf9667b3544e766a3e authored almost 2 years ago by Kendall Bennett <[email protected]>
save (#1986)

ed0bd112eeae7f191999be3b8d06a8e1481f5f0b authored almost 2 years ago by Radium <[email protected]>
fixed access to possible null object RequestMessage (#1989)

e2523edf124c331367c9ad10241abecaf01c9fde authored almost 2 years ago by Andreas <[email protected]>
[Docs] Fix minor typo in usage.md (#1980)

8fdbb4486322eb297220eae78b4e4150125490d1 authored about 2 years ago by agrath <[email protected]>
Update the wrong message handler example

e716b93769cf4c7e8bebbb5bf930af3f505fad4b authored about 2 years ago by Alexey Zimarev <[email protected]>
Refactoring tests

19c30a81cfbf8499d20f33a9700956c1bb38d235 authored about 2 years ago by Alexey Zimarev <[email protected]>
String type for ContentType

b94e766482f35d21c510a69de7f1eade76e62178 authored about 2 years ago by Alexey Zimarev <[email protected]>
Merge branch 'dev' into v109

# Conflicts:
# src/RestSharp/RestClient.cs

85be2f4ecdd6fc7419a7cbcd46e5a4376fb18168 authored about 2 years ago by Alexey Zimarev <[email protected]>
Interface, configuration

7be39f5e42d3b64a5dc8ea3ae7e3d2d839b73824 authored about 2 years ago by Alexey Zimarev <[email protected]>
Use supplied CsvConfiguration when reading (#1965)

cfd71db12183da0d1054becbe47e5249a2812fc7 authored about 2 years ago by electrokit <[email protected]>
Bump FluentAssertions from 6.7.0 to 6.8.0 (#1947)

Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.7.0 to 6.8...

1d2c2f444202064bcda819f2460ab4487376074b authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add User Agent without validation for custom agents not allowed by HttpClient. (#1973)

28b5478f6c7bda82484f9d50a5b9b7a7abcd3058 authored about 2 years ago by alekw <[email protected]>
Fixing OAuth1 tests

a4473c35fc335eecf59eca2db3c340bc7ee6cab8 authored about 2 years ago by Alexey Zimarev <[email protected]>
Fix the media type issue with .NET 7 #1969

193b6caa2210bc2421dbb38ee202d76432e8cf46 authored about 2 years ago by Alexey Zimarev <[email protected]>
Add favicon

11bbfc3dcad6a2eb8764bf3faecf876938cce4dd authored about 2 years ago by Alexey Zimarev <[email protected]>
Fix the markup

47a8bb74092378da03108f7ecdb0424c347b6b45 authored about 2 years ago by Alexey Zimarev <[email protected]>
Update AWS logo path

baf6753efe36075d4b868a123f93c7bf102b19a4 authored about 2 years ago by Alexey Zimarev <[email protected]>
Add AWS

d7b715c9b2b9c921392e2c83623cd517b412690a authored about 2 years ago by Alexey Zimarev <[email protected]>
Add AWS logo to readme

51c8fdbdd23205cf631ce33c3605467b5717efd0 authored about 2 years ago by Alexey Zimarev <[email protected]>
Add AWS support

1c34f278fe7079598d7ec9756244fa8163620339 authored about 2 years ago by Alexey Zimarev <[email protected]>
Merge with dev

a63d57fe8d04de5cecbd1dd321ca4f77c675cafc authored about 2 years ago by Alexey Zimarev <[email protected]>
Merge branch 'dev' into v109

# Conflicts:
# src/RestSharp/Response/RestResponse.cs

c8b9f65873391a2f64d6275e176bfb8db3f69383 authored about 2 years ago by Alexey Zimarev <[email protected]>
Move handling of Cookies out of HttpClient and into RestSharp, so they will not cross pollinate requests. (#1966)

Make the CookieContainer a property on the request, not the client.
Add tests for cookie handling.

2621b17838a72e18cc4c8ee0e4d5279874054e05 authored about 2 years ago by Kendall Bennett <[email protected]>
Let it throw (#1962)

052357b025da664327747a721a7f978c4c0a124b authored about 2 years ago by Alexey Zimarev <[email protected]>
Added .NET Framework 471 as a target. .NET 5 is out

d2c33abca70279d337662adec3b73cf09ec539ca authored about 2 years ago by Alexey Zimarev <[email protected]>
Update .NET version in Actions

e968fa8f57dbd581857b14338f88dd5ca9badbb8 authored about 2 years ago by Alexey Zimarev <[email protected]>
Merge remote-tracking branch 'origin/dev' into dev

e636ab4579e2bedf47391da062166a9d64f9a7a2 authored about 2 years ago by Alexey Zimarev <[email protected]>
Removed ExternalInit reference in favour of inline code

Reverted AddFile overloads without options. (should fix #1953)

cbcc74b8645966cfefbbebd57d54f558ff78c9aa authored about 2 years ago by Alexey Zimarev <[email protected]>
Bump actions/setup-dotnet from 2 to 3 (#1939)

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 3.
- [Release n...

50d0f8a22611918aba6910e5d2ea2ce57a0c45ae authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Support constructing JwtAuthenticator with token includes Bearer prefix predefined (#1949)

Co-authored-by: Niv Meshorer <[email protected]>

ef6808805ee3d6cf2f2e2fa36730c7e6b4a96709 authored about 2 years ago by nivmeshorer <[email protected]>
Token issues (#1955)

While following this page and using it a lot while learning APIs, I had an issue where every req...

95767d472c7b4bc983828d14e8b4ee4d4f23d4aa authored about 2 years ago by edobbsskylark <[email protected]>
Small fixes

df07026de44d4fe8fc777c6b9c5aaa07ae6ccb35 authored about 2 years ago by Alexey Zimarev <[email protected]>
.NET Foundation update (#1934)

79848da8027ff8ea826eecf86ea8a83cfb131c76 authored about 2 years ago by Alexey Zimarev <[email protected]>
Bump Newtonsoft.Json in /src/RestSharp.Serializers.NewtonsoftJson (#1930)

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1.
- [R...

980400f31f3702b010e4399a5fb9f93a839efdb0 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>