DalSoft.RestClient
4.1.0
See the version list below for details.
dotnet add package DalSoft.RestClient --version 4.1.0
NuGet\Install-Package DalSoft.RestClient -Version 4.1.0
<PackageReference Include="DalSoft.RestClient" Version="4.1.0" />
<PackageVersion Include="DalSoft.RestClient" Version="4.1.0" />
<PackageReference Include="DalSoft.RestClient" />
paket add DalSoft.RestClient --version 4.1.0
#r "nuget: DalSoft.RestClient, 4.1.0"
#:package DalSoft.RestClient@4.1.0
#addin nuget:?package=DalSoft.RestClient&version=4.1.0
#tool nuget:?package=DalSoft.RestClient&version=4.1.0
Dynamic Rest Client with fluent API. Supported Platforms: Windows, Linux, Mac, iOS, Android and UWP.
Chain methods to create the uri and verb for example new RestClient("https://jsonplaceholder.typicode.com/").Posts(1).Get()
Explicit and implicit casting from dynamic for example Post post = RestClient("https://jsonplaceholder.typicode.com/").Posts(1).Get()
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.5.0)
- Microsoft.Extensions.DependencyInjection (>= 2.2.0)
- Microsoft.Extensions.Http (>= 2.2.0)
- Newtonsoft.Json (>= 12.0.2)
- System.Net.Http (>= 4.3.4)
- System.Runtime.InteropServices (>= 4.3.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on DalSoft.RestClient:
| Package | Downloads |
|---|---|
|
RoomerSDK
SDK for Roomer API |
|
|
DalSoft.RestClient.Testing
Use DalSoft.RestClient with ASP.NET Core In-Memory Test Server for integration tests. |
|
|
RamApidotnet
Package Description |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on DalSoft.RestClient:
| Repository | Stars |
|---|---|
|
MelbourneDeveloper/RestClient.Net
The safest way to make REST calls in C# with an MCP Generator
|
|
|
kitamstudios/rust-analyzer.vs
Rust language support for Visual Studio 2022
|
| Version | Downloads | Last Updated |
|---|---|---|
| 4.4.2 | 37,003 | 9/2/2024 |
| 4.4.1 | 68,610 | 12/2/2021 |
| 4.4.0 | 28,726 | 12/18/2020 |
| 4.3.0 | 2,639 | 11/25/2020 |
| 4.2.1 | 8,046 | 9/24/2020 |
| 4.2.0 | 24,726 | 10/26/2019 |
| 4.1.0 | 13,991 | 8/24/2019 |
| 4.0.0 | 2,888 | 8/4/2019 |
| 3.3.2 | 20,329 | 12/3/2018 |
| 3.3.1 | 3,164 | 10/29/2018 |
| 3.3.0 | 5,189 | 7/11/2018 |
| 3.2.3 | 2,675 | 4/25/2018 |
| 3.2.2 | 49,554 | 5/4/2017 |
| 3.1.1 | 2,384 | 4/23/2017 |
| 3.1.0 | 2,347 | 4/20/2017 |
| 3.0.3 | 3,166 | 2/27/2017 |
| 3.0.2 | 2,467 | 2/23/2017 |
* Supports for Http Merge
* Added UseCookies extension
* Made configuring HttpClientHander easier
* Fixed bug HttpClient Cast / Property passthrough BaseUri is not set #84
* Suports posting Raw JSON strings in mutable Http methods
* Supports casting Response to a string