DalSoft.RestClient
1.0.9
See the version list below for details.
dotnet add package DalSoft.RestClient --version 1.0.9
NuGet\Install-Package DalSoft.RestClient -Version 1.0.9
<PackageReference Include="DalSoft.RestClient" Version="1.0.9" />
paket add DalSoft.RestClient --version 1.0.9
#r "nuget: DalSoft.RestClient, 1.0.9"
// Install DalSoft.RestClient as a Cake Addin #addin nuget:?package=DalSoft.RestClient&version=1.0.9 // Install DalSoft.RestClient as a Cake Tool #tool nuget:?package=DalSoft.RestClient&version=1.0.9
Dynamic Rest Client with fluent API. Chains methods to create the uri and verb for example new RestClient("http://jsonplaceholder.typicode.com/").Posts(1).Get() Explicit and implicit casting from dynamic for example Post post = RestClient("http://jsonplaceholder.typicode.com/").Posts(1).Get()
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 6.0.8)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on DalSoft.RestClient:
Package | Downloads |
---|---|
DalSoft.RestClient.Testing
Use DalSoft.RestClient with ASP.NET Core In-Memory Test Server for integration tests. |
|
RoomerSDK
SDK for Roomer API |
|
RamApidotnet
Package Description |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on DalSoft.RestClient:
Repository | Stars |
---|---|
MelbourneDeveloper/RestClient.Net
.NET REST Client Framework for all platforms
|
|
kitamstudios/rust-analyzer.vs
Rust language support for Visual Studio 2022
|
Version | Downloads | Last updated |
---|---|---|
4.4.2 | 932 | 9/2/2024 |
4.4.1 | 54,007 | 12/2/2021 |
4.4.0 | 27,219 | 12/18/2020 |
4.3.0 | 2,173 | 11/25/2020 |
4.2.1 | 7,107 | 9/24/2020 |
4.2.0 | 22,270 | 10/26/2019 |
4.1.0 | 13,373 | 8/24/2019 |
4.0.0 | 2,513 | 8/4/2019 |
3.3.2 | 19,119 | 12/3/2018 |
3.3.1 | 2,873 | 10/29/2018 |
3.3.0 | 4,628 | 7/11/2018 |
3.2.3 | 2,098 | 4/25/2018 |
3.2.2 | 48,520 | 5/4/2017 |
3.1.1 | 1,795 | 4/23/2017 |
3.1.0 | 1,744 | 4/20/2017 |
3.0.3 | 2,546 | 2/27/2017 |
3.0.2 | 1,892 | 2/23/2017 |
2.0.4 | 4,713 | 12/2/2016 |
2.0.2 | 2,577 | 11/2/2016 |
2.0.1 | 1,762 | 10/28/2016 |
2.0.0 | 2,122 | 10/27/2016 |
1.0.10 | 4,077 | 6/14/2016 |
1.0.9 | 5,387 | 8/28/2015 |
1.0.8 | 1,663 | 8/28/2015 |
1.0.7.27011 | 2,070 | 8/3/2015 |
1.0.7.15372 | 1,717 | 8/28/2015 |
1.0.6 | 1,896 | 5/11/2015 |
1.0.5.2623 | 1,870 | 4/25/2015 |
1.0.4.41175 | 1,802 | 2/1/2015 |
1.0.4.41083 | 1,896 | 4/24/2015 |
1.0.3.29240 | 1,721 | 1/21/2015 |
1.0.2.31019 | 1,732 | 1/20/2015 |
1.0.1 | 1,763 | 1/15/2015 |
1.0.0 | 1,819 | 1/14/2015 |
Fixed some obvious bugs in parsing the uri from dynamic member access