RiskFirst.RestClient
1.2.3
dotnet add package RiskFirst.RestClient --version 1.2.3
NuGet\Install-Package RiskFirst.RestClient -Version 1.2.3
<PackageReference Include="RiskFirst.RestClient" Version="1.2.3" />
paket add RiskFirst.RestClient --version 1.2.3
#r "nuget: RiskFirst.RestClient, 1.2.3"
// Install RiskFirst.RestClient as a Cake Addin #addin nuget:?package=RiskFirst.RestClient&version=1.2.3 // Install RiskFirst.RestClient as a Cake Tool #tool nuget:?package=RiskFirst.RestClient&version=1.2.3
A simple rest client using a fluent inteface
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. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. 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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. 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. |
-
.NETFramework 4.5.2
- Newtonsoft.Json (>= 13.0.1)
- System.Net.Http (>= 4.3.4)
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 13.0.1)
- System.Net.Http (>= 4.3.4)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.3 | 46,546 | 9/22/2021 |
1.2.2 | 36,941 | 8/24/2021 |
1.2.1 | 2,012 | 8/13/2021 |
1.2.0 | 24,232 | 4/22/2021 |
1.1.4 | 52,963 | 5/2/2018 |
1.1.3 | 3,334 | 2/22/2018 |
1.1.1 | 2,373 | 12/8/2017 |
1.0.6 | 1,271 | 10/12/2017 |
1.0.5 | 1,048 | 7/27/2017 |
1.0.4 | 934 | 7/19/2017 |
1.0.3 | 906 | 6/28/2017 |
1.0.2 | 979 | 5/26/2017 |
1.0.1 | 910 | 5/26/2017 |
1.0.0 | 1,027 | 5/26/2017 |
0.0.2 | 1,009 | 5/24/2017 |
0.0.1 | 996 | 5/24/2017 |
v0.0.1 - Initial release
v0.0.2 - Changed usage of HttpClient, normalised With* methods.
v1.0.0 - First release
v1.0.1 - Target .NET Standard
v1.0.2 - Changed query parameters to accept object values
v1.0.3 - Added more support for headers
v1.0.4 - Added support for multiple values for a given query parameter
v1.0.5 - Downgraded targetting to netstandard1.1;net45
v1.0.6 - Added Additional extension methods to support non JSON requests
v1.1.0 - Add json serializer settings to put/patch/post operations. Upgrade package dependencies
v1.1.1 - Modified exception message to send back response content instead of reason phrase.
v1.1.2 - Work around .NET Framework query string ? prefix issue
v1.1.3 - Add HTTP method and uri to exception message
v1.1.4 - Add Body property to RestResponseException and update for BC
v1.2.0 - Updated project references
v1.2.1 - Added support for Delete method with JSON body
v1.2.2 - Added support for Delete method with HttpContent body
v1.2.3 - Added support for netstandard2.0 without dependency on System.Net.Http