RiskFirst.RestClient 1.2.3

dotnet add package RiskFirst.RestClient --version 1.2.3
NuGet\Install-Package RiskFirst.RestClient -Version 1.2.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RiskFirst.RestClient" Version="1.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RiskFirst.RestClient --version 1.2.3
#r "nuget: RiskFirst.RestClient, 1.2.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 40,876 9/22/2021
1.2.2 25,056 8/24/2021
1.2.1 1,839 8/13/2021
1.2.0 21,805 4/22/2021
1.1.4 51,090 5/2/2018
1.1.3 3,299 2/22/2018
1.1.1 2,354 12/8/2017
1.0.6 1,237 10/12/2017
1.0.5 1,018 7/27/2017
1.0.4 903 7/19/2017
1.0.3 891 6/28/2017
1.0.2 963 5/26/2017
1.0.1 882 5/26/2017
1.0.0 988 5/26/2017
0.0.2 976 5/24/2017
0.0.1 966 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