RestWrapper 2.3.2
dotnet add package RestWrapper --version 2.3.2
NuGet\Install-Package RestWrapper -Version 2.3.2
<PackageReference Include="RestWrapper" Version="2.3.2" />
paket add RestWrapper --version 2.3.2
#r "nuget: RestWrapper, 2.3.2"
// Install RestWrapper as a Cake Addin
#addin nuget:?package=RestWrapper&version=2.3.2
// Install RestWrapper as a Cake Tool
#tool nuget:?package=RestWrapper&version=2.3.2
Simple, easy HTTP REST API client for integrating and consuming services in C#.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 3.1
- System.Net.Http (>= 4.3.4)
- System.Text.Json (>= 6.0.5)
-
.NETFramework 4.6.1
- System.Net.Http (>= 4.3.4)
- System.Text.Json (>= 6.0.5)
-
.NETStandard 2.0
- System.Net.Http (>= 4.3.4)
- System.Text.Json (>= 6.0.5)
-
.NETStandard 2.1
- System.Net.Http (>= 4.3.4)
- System.Text.Json (>= 6.0.5)
-
net5.0
- System.Net.Http (>= 4.3.4)
- System.Text.Json (>= 6.0.5)
-
net6.0
- System.Net.Http (>= 4.3.4)
- System.Text.Json (>= 6.0.5)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on RestWrapper:
Package | Downloads |
---|---|
KvpbaseSDK
C# SDK for Kvpbase object storage platform |
|
Komodo.Sdk
Client SDK in C# for Komodo. Please either install Komodo.Daemon to integrate search within your application, or Komodo.Server to run a standalone server if you wish to use this client SDK. Komodo is an information search, metadata, storage, and retrieval platform. |
|
ArangoDBLite
ArangoDBLite is a lightweight SDK for the RESTful API provided by the ArangoDB graph database platform. |
|
SendWithMailgun
Simple class library to send email using Mailgun. |
|
CloudGenix
CloudGenix SD-WAN AppFabric SDK |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on RestWrapper:
Repository | Stars |
---|---|
jchristn/WatsonWebserver
Watson is the fastest, easiest way to build scalable RESTful web servers and services in C#.
|
Version | Downloads | Last updated |
---|---|---|
2.3.2 | 38 | 3/27/2023 |
2.3.1.1 | 8,632 | 9/4/2022 |
2.3.1 | 1,344 | 8/15/2022 |
2.3.0 | 282 | 8/15/2022 |
2.2.1.15 | 544 | 8/11/2022 |
2.2.1.14 | 8,846 | 11/19/2021 |
2.2.1.13 | 8,664 | 11/12/2021 |
2.2.1.12 | 4,460 | 8/14/2021 |
2.2.1.11 | 3,297 | 5/10/2021 |
2.2.1.10 | 3,505 | 2/15/2021 |
2.2.1.9 | 312 | 2/15/2021 |
2.2.1.8 | 611 | 2/11/2021 |
2.2.1.7 | 359 | 2/11/2021 |
2.2.1.6 | 1,573 | 1/21/2021 |
2.2.1.5 | 1,963 | 12/28/2020 |
2.2.1.4 | 5,970 | 11/16/2020 |
2.2.1.3 | 2,091 | 11/15/2020 |
2.2.1.2 | 611 | 10/24/2020 |
2.2.1.1 | 400 | 10/24/2020 |
2.2.1 | 479 | 10/23/2020 |
2.2.0 | 421 | 10/23/2020 |
2.1.5 | 749 | 10/15/2020 |
2.1.4.2 | 8,263 | 9/10/2020 |
2.1.4.1 | 100,338 | 1/17/2020 |
2.1.4 | 13,337 | 12/5/2019 |
2.1.3 | 11,136 | 10/28/2019 |
2.1.2 | 2,205 | 9/22/2019 |
2.0.4 | 1,451 | 6/13/2019 |
2.0.3 | 1,102 | 6/5/2019 |
2.0.2 | 682 | 4/30/2019 |
1.0.9 | 2,838 | 3/10/2019 |
1.0.8 | 3,160 | 8/11/2017 |
1.0.7 | 952 | 6/23/2017 |
1.0.6 | 969 | 5/14/2017 |
1.0.5 | 1,006 | 10/11/2016 |
1.0.4 | 952 | 10/7/2016 |
Removed JSON.NET dependency, added interface for providing your own serializer.