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

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

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

* Adds test for parameters en...

github.com/restsharp/RestSharp - 122a2b08e9570de1267f06b5867554bd54d64d87 authored 12 months ago
Set UserAgent as a default header parameter (#2157)

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

*...

github.com/restsharp/RestSharp - f3642c1bdc937f02c5a178305c1a437b96a39189 authored about 1 year ago
Adjust serializer selection fallback procedure (#2147)

In summary:

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

github.com/restsharp/RestSharp - d99d49437af21688152b556f6d3661d2e739b824 authored about 1 year ago
Use case insensitive comparer (#2146)

..instead of ToLower()

github.com/restsharp/RestSharp - 6880e582ebc3a510e2912930a033b38258406852 authored about 1 year ago
Update IAuthenticator? Authenticator in usage.md (#2151)

* Update usage.md

Conform to updated API

* Update usage.md

Conform the latest API

github.com/restsharp/RestSharp - 5644c25c955fdeb20e2aacc32c34fbbfc8b8d123 authored about 1 year ago
Added Option to add Interceptors on Client Level (#2118)

* feature: Added Implementation for Interceptors

github.com/restsharp/RestSharp - d0b4b1842859ff3c61c7a6151ba273f3a8577f95 authored over 1 year ago
Update error-handling.md (#2116)

spelling error update

github.com/restsharp/RestSharp - 36ebe2fae4de59ad54633b31193a7f977740b2d1 authored over 1 year ago
Use encoded filename for FileNameStar (#2117) (#2123)

* Use encoded filename for FileNameStar (#2117)

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

github.com/restsharp/RestSharp - 1c9caba15612188a8000bdf18ae5e9efe071e41f authored over 1 year ago
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...

github.com/restsharp/RestSharp - 6197f314dca6e77d22f233ec976dea812a73eac0 authored over 1 year ago
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...

github.com/restsharp/RestSharp - 7b4aec1b646e047175f92845ced64f4aff9bdb22 authored over 1 year ago
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...

github.com/restsharp/RestSharp - 44add1b0038971e293aec6764f2b9d12216fdc7f authored over 1 year ago
Added remaining overloads (PATCH, HEAD, OPTIONS, DELETE) (#2050)

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

github.com/restsharp/RestSharp - 1370c33b1290232c0b0165a9b03e606a1aa23a28 authored over 1 year ago
Use builtin methods to ConcurrentDictionary (#2073)

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

github.com/restsharp/RestSharp - 84db1834013016ea08de84b90405e53ac5f67b1f authored over 1 year ago
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.
...

github.com/restsharp/RestSharp - 8dece7421bf81ee705ee1d4694eb9250dd784abb authored over 1 year ago
fix typo (#2097)

github.com/restsharp/RestSharp - 1231a688759f561c727b80cc380c8c21fb0c0967 authored over 1 year ago
Fix authenticator docs

github.com/restsharp/RestSharp - cc44c361d4aa7caa5b868d4440820cd2e382a7ef authored over 1 year ago
Support file uploading without multipart/form-data (#2068)

* Support file uploading without multipart/form-data

* AlwaysSingleFileAsContent flag

* Va...

github.com/restsharp/RestSharp - 2facbebd287cce6441a2b99fad1a96cadd2b9233 authored over 1 year ago
Added GetJsonAsync tests with NewtonsoftJson

github.com/restsharp/RestSharp - 71c73f8e9aa1317a5c49d25126b1a23bd36e36c1 authored almost 2 years ago
Move the instantiation of RequestContent after calling the Authenticator (#2062)

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

github.com/restsharp/RestSharp - 812c3443cfef57787325329f93ef65bf047877ed authored almost 2 years ago
Merge client- and request-level cookies in the header. Also, dispose the request if not downloading data. (#2056)

github.com/restsharp/RestSharp - 794348ec29a17b1ff30ea4d8a77091aa61d56dab authored almost 2 years ago
Add CacheControl (#2053)

Cleanup response writer code

github.com/restsharp/RestSharp - e147e1c1d2ec44b5ecd510ec7fb756ac7108bc22 authored almost 2 years ago
Fix intro a bit

github.com/restsharp/RestSharp - 4af066ca76bcc9051f88190a60dec85acf2dd37b authored almost 2 years ago
Elaborate how to use error handling options

github.com/restsharp/RestSharp - b8e0fdf0f537f273c69d2b6c624b347927871564 authored almost 2 years ago
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...

github.com/restsharp/RestSharp - d4b6f55eeebd6287243e52c65204a95b42bcd02c authored almost 2 years ago
Add `AddJsonBody` overload to serialise top-level string (#2043)

* Added AddJsonBody overload for top-level strings

github.com/restsharp/RestSharp - bf247946ea4fdf70cc6fc2a454041854b146eb02 authored almost 2 years ago
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...

github.com/restsharp/RestSharp - 2d42a33e3e8dbbf353902abb42f414118c12fa69 authored almost 2 years ago
Add Remove and Replace parameter functions to DefaultParameters (#2047)

github.com/restsharp/RestSharp - 62ff3aa35dd385b0c2a49db36ba65b3ce0eed81a authored almost 2 years ago
Annotate platform-specific properties and check the platform when configuring the handler (#2044)

github.com/restsharp/RestSharp - d8e1e9a93bf7f226660280a9a46ab817d667ca20 authored almost 2 years ago
Merge branch 'client-level_-cookies' into dev

github.com/restsharp/RestSharp - 809f071a013ac586728ec7a3b8e4261dd635f0f1 authored almost 2 years ago
Adding client-level cookie container (#2042)

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

github.com/restsharp/RestSharp - 4287eaf1ae829f2e6eeb2f5d38b0031ab238d408 authored almost 2 years ago
Added more info about cookies and default parameters to the docs

github.com/restsharp/RestSharp - c121623b86879249b1f8999d654b5efeddbc7775 authored almost 2 years ago
Addressing review

github.com/restsharp/RestSharp - 71e70a35419f98468114b81acc6dde0baf9f7bc5 authored almost 2 years ago
Adding client-level cookie container and use it with the new way to add cookies to the request headers

github.com/restsharp/RestSharp - 1950a9cfee0ea9d92da082e0f7fe1ee8312b1603 authored almost 2 years ago
Make BuildUrl an extension (#2039)

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

github.com/restsharp/RestSharp - 159c8a79963b4e7d2e51bcff525fa694461bd526 authored almost 2 years ago
Consider the boundary quotes request option value (#2020)

* Consider the boundary quotes request option value

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

github.com/restsharp/RestSharp - d184961489c503fb4943e199b882fd60961485cf authored almost 2 years ago
Update README.md

github.com/restsharp/RestSharp - 93ca86a4dc7918454f7c04edd186fce783ae13a5 authored almost 2 years ago
Update README.md

github.com/restsharp/RestSharp - 2261f46b1b8507c6e00879b7fd5083d2bc226315 authored almost 2 years ago
Added default parameters to the request. They got missing somehow. (#2021)

github.com/restsharp/RestSharp - 3a7178b3464205d9958a24cc1dc80b218431c7b0 authored almost 2 years ago
Update serialization docs

github.com/restsharp/RestSharp - 205d1700fda085975cb2bd4cd99617fc4ca822ba authored almost 2 years ago
Follow up fix of a compile error

github.com/restsharp/RestSharp - 620a5576525ac9eab70bcc00337a15aa2750716c authored almost 2 years ago
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...

github.com/restsharp/RestSharp - 41bff69dd5654d1e10f1584a80c1a9f4c5850061 authored almost 2 years ago
Merge branch 'v109' into dev

github.com/restsharp/RestSharp - 9ca67775f418a5120d7c0d900929f13ec77cabbb authored almost 2 years ago
Added new words to the doctionary :)

github.com/restsharp/RestSharp - 916da1823a65a0e59d9281143540673130f05390 authored almost 2 years ago
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...

github.com/restsharp/RestSharp - 964f52241e09c587ceef4a725de74a35f93bf7b8 authored almost 2 years ago
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...

github.com/restsharp/RestSharp - 5df19d1800011757ead4d0436b6dce5808b9513e authored almost 2 years ago
Merge with dev

github.com/restsharp/RestSharp - c3e09bffd671991e6e45e232770eb07d4a566eef authored almost 2 years ago
v109 (#1963)

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

github.com/restsharp/RestSharp - 507ed87f8b517037bd1f923828c7af4c4998845e authored almost 2 years ago
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...

github.com/restsharp/RestSharp - 3e43c5a7215e45ff31feda14d72f2bdc46036cc8 authored almost 2 years ago
Add factory docs

github.com/restsharp/RestSharp - 6174a2936df3bc89ac72aace6cc42e722b10a81d authored almost 2 years ago
Added a simple factory with opt-in

github.com/restsharp/RestSharp - b9753f633b62cbe61e113ba08075f6e104312d57 authored almost 2 years ago
Added notes about form body

github.com/restsharp/RestSharp - 67480bb5d584ec10ec67896c4c80d39cce6adf83 authored almost 2 years ago
Related changes in the docs

Fixed the failing parameters parsing tests

github.com/restsharp/RestSharp - d284f78c35579304ef127080dbefc05546d4ee32 authored almost 2 years ago
Merge branch 'dev' into v109

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

github.com/restsharp/RestSharp - cdc020dd430902ec252893dc909466e0c63d46bc authored almost 2 years ago
V109 (#2010)

* Fixes some documentation
Adds more Parameter Tests

* Makes the new tests more readable and...

github.com/restsharp/RestSharp - 90e70fcdb93634b51096c84bed107849791e9301 authored almost 2 years ago
Fixing the file upload test

github.com/restsharp/RestSharp - 27272f36361f0b33670b86ecae8d1006d6204cf4 authored almost 2 years ago
Ignore exceptions parsing response cookies (#2015)

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

github.com/restsharp/RestSharp - 1d289f988542d917b8deae6f6a5c4c716e6cd2b2 authored almost 2 years ago
Don't pack source gen

github.com/restsharp/RestSharp - 3a9fe6de58319283e8c6a36bf3e96137abec3833 authored almost 2 years ago
Use 7.0.102 due to .NET breaking change

github.com/restsharp/RestSharp - 7e8694dabf500b0a86937c845f7a63447da284f8 authored almost 2 years ago
Remove unused using

github.com/restsharp/RestSharp - fc036abf2dc6637c8ce11359c8e9da911cd6351d authored almost 2 years ago
Added Authenticator to RestRequest

Made Options immutable to make the client thread-safe

github.com/restsharp/RestSharp - 7e0a1aff813db0eeec9b938695086e1f730b9ee7 authored almost 2 years ago
Remove duplicate entry in table and sort correctly (#1997)

github.com/restsharp/RestSharp - f7d3984244c4808ae7c068e028753c2857f325b9 authored almost 2 years ago
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...

github.com/restsharp/RestSharp - c26043a4a378ff85fedfed3094f6c935515ee4e4 authored about 2 years ago
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 ...

github.com/restsharp/RestSharp - 05608a45aa1a97dd6e0e1c5782fd408c9a7c64e1 authored about 2 years ago
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.
...

github.com/restsharp/RestSharp - 40b01768e3351838da57e4070df8615b9dfc5694 authored about 2 years ago
Fixes #1957 (#1964)

github.com/restsharp/RestSharp - d7840d55b572b775c0d5f4758e3c0fec1d57f460 authored about 2 years ago
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)

github.com/restsharp/RestSharp - ebf23ed6ce64615fd7f245cf9667b3544e766a3e authored about 2 years ago
fixed access to possible null object RequestMessage (#1989)

github.com/restsharp/RestSharp - e2523edf124c331367c9ad10241abecaf01c9fde authored about 2 years ago
[Docs] Fix minor typo in usage.md (#1980)

github.com/restsharp/RestSharp - 8fdbb4486322eb297220eae78b4e4150125490d1 authored about 2 years ago
Update the wrong message handler example

github.com/restsharp/RestSharp - e716b93769cf4c7e8bebbb5bf930af3f505fad4b authored about 2 years ago
Refactoring tests

github.com/restsharp/RestSharp - 19c30a81cfbf8499d20f33a9700956c1bb38d235 authored about 2 years ago
String type for ContentType

github.com/restsharp/RestSharp - b94e766482f35d21c510a69de7f1eade76e62178 authored about 2 years ago
Merge branch 'dev' into v109

# Conflicts:
# src/RestSharp/RestClient.cs

github.com/restsharp/RestSharp - 85be2f4ecdd6fc7419a7cbcd46e5a4376fb18168 authored about 2 years ago
Interface, configuration

github.com/restsharp/RestSharp - 7be39f5e42d3b64a5dc8ea3ae7e3d2d839b73824 authored about 2 years ago
Use supplied CsvConfiguration when reading (#1965)

github.com/restsharp/RestSharp - cfd71db12183da0d1054becbe47e5249a2812fc7 authored about 2 years ago
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...

github.com/restsharp/RestSharp - 1d2c2f444202064bcda819f2460ab4487376074b authored about 2 years ago
Add User Agent without validation for custom agents not allowed by HttpClient. (#1973)

github.com/restsharp/RestSharp - 28b5478f6c7bda82484f9d50a5b9b7a7abcd3058 authored about 2 years ago
Fixing OAuth1 tests

github.com/restsharp/RestSharp - a4473c35fc335eecf59eca2db3c340bc7ee6cab8 authored about 2 years ago
Fix the media type issue with .NET 7 #1969

github.com/restsharp/RestSharp - 193b6caa2210bc2421dbb38ee202d76432e8cf46 authored about 2 years ago
Fix the markup

github.com/restsharp/RestSharp - 47a8bb74092378da03108f7ecdb0424c347b6b45 authored about 2 years ago
Update AWS logo path

github.com/restsharp/RestSharp - baf6753efe36075d4b868a123f93c7bf102b19a4 authored about 2 years ago
Add AWS logo to readme

github.com/restsharp/RestSharp - 51c8fdbdd23205cf631ce33c3605467b5717efd0 authored about 2 years ago
Add AWS support

github.com/restsharp/RestSharp - 1c34f278fe7079598d7ec9756244fa8163620339 authored about 2 years ago
Merge with dev

github.com/restsharp/RestSharp - a63d57fe8d04de5cecbd1dd321ca4f77c675cafc authored about 2 years ago
Merge branch 'dev' into v109

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

github.com/restsharp/RestSharp - c8b9f65873391a2f64d6275e176bfb8db3f69383 authored about 2 years ago
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.

github.com/restsharp/RestSharp - 2621b17838a72e18cc4c8ee0e4d5279874054e05 authored about 2 years ago
Let it throw (#1962)

github.com/restsharp/RestSharp - 052357b025da664327747a721a7f978c4c0a124b authored about 2 years ago
Added .NET Framework 471 as a target. .NET 5 is out

github.com/restsharp/RestSharp - d2c33abca70279d337662adec3b73cf09ec539ca authored about 2 years ago
Update .NET version in Actions

github.com/restsharp/RestSharp - e968fa8f57dbd581857b14338f88dd5ca9badbb8 authored about 2 years ago
Merge remote-tracking branch 'origin/dev' into dev

github.com/restsharp/RestSharp - e636ab4579e2bedf47391da062166a9d64f9a7a2 authored about 2 years ago
Removed ExternalInit reference in favour of inline code

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

github.com/restsharp/RestSharp - cbcc74b8645966cfefbbebd57d54f558ff78c9aa authored about 2 years ago
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...

github.com/restsharp/RestSharp - 50d0f8a22611918aba6910e5d2ea2ce57a0c45ae authored about 2 years ago
Support constructing JwtAuthenticator with token includes Bearer prefix predefined (#1949)

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

github.com/restsharp/RestSharp - ef6808805ee3d6cf2f2e2fa36730c7e6b4a96709 authored about 2 years ago
Token issues (#1955)

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

github.com/restsharp/RestSharp - 95767d472c7b4bc983828d14e8b4ee4d4f23d4aa authored about 2 years ago
.NET Foundation update (#1934)

github.com/restsharp/RestSharp - 79848da8027ff8ea826eecf86ea8a83cfb131c76 authored over 2 years ago
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...

github.com/restsharp/RestSharp - 980400f31f3702b010e4399a5fb9f93a839efdb0 authored over 2 years ago