RestClient.Net 0.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package RestClient.Net --version 0.5.0
NuGet\Install-Package RestClient.Net -Version 0.5.0
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="RestClient.Net" Version="0.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RestClient.Net --version 0.5.0
#r "nuget: RestClient.Net, 0.5.0"
#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 RestClient.Net as a Cake Addin
#addin nuget:?package=RestClient.Net&version=0.5.0

// Install RestClient.Net as a Cake Tool
#tool nuget:?package=RestClient.Net&version=0.5.0

.NET Standard REST Client for all .NET related platforms

Samples and Info: https://bitbucket.org/MelbourneDeveloper/restclient-.net

2nd Beta Release

- Open Source. (MIT License)
- Markup language agnostic. (Supports JSON, Binary, SOAP and other markup languages)
- Use strong types with REST.
- Supports Android, iOS, Windows 10, Windows 10 Phone, Silverlight, .NET, .NET Core, .NET Standard 1.4.
- Incredibly simple (All source code just over 100 lines)
- Async friendly (uses async, await keywords).
- Only one .NET Standard library for all platforms except Silverlight

Samples for all platforms in this Git repo:
https://MelbourneDeveloper@bitbucket.org/MelbourneDeveloper/restclient-.net.git
Note: Open the NuGet package in NuGet folder for binaries

Original RESTClient.NET library here: https://github.com/nathanmentley/RestClient.NET. Or Install-Package RestClient.NET -Version 0.1.3

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.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  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. 
Silverlight sl5 is compatible. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 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.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on RestClient.Net:

Package Downloads
CryptoCurrency.Net

Cross platform C# library for general Crypto Currency functionality, and communicating with Cryptocurrency exchanges, and Blockchain APIs.

RestClient.Net.DependencyInjection

.NET REST Client Framework for all platforms. This package contains ASP.NET Core DI infrastructure.

Relatude.PaymentMethods

Payment methods for Relatude .Net 6.0 version

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.0 10,196 4/12/2023
5.1.0 52,156 4/9/2022
5.0.7 50,571 5/29/2021
5.0.6 1,705 5/26/2021
5.0.5-beta 1,150 5/15/2021
5.0.4-beta 1,560 4/26/2021
5.0.3-beta 1,158 4/24/2021
5.0.2-alpha 1,196 4/20/2021
5.0.1-alpha 1,107 4/18/2021
5.0.0-alpha 1,154 4/4/2021
4.1.0 90,285 8/8/2020
4.0.0 30,256 6/17/2020
3.2.0 47,047 2/11/2020
3.1.1 5,432 1/27/2020
3.1.0 2,889 1/21/2020
3.0.0 3,537 1/3/2020
2.1.0 16,538 7/23/2019
2.0.0 23,998 4/24/2019
1.1.0 4,841 2/15/2019
1.0.0 17,920 8/28/2018
0.8.0 4,831 6/24/2018
0.7.0 11,941 11/25/2017
0.6.0 2,191 10/31/2017
0.5.0 3,145 6/24/2017
0.4.0 3,241 9/3/2016
0.3.0 2,215 8/27/2016
0.2.0 2,347 8/18/2016

-2nd Beta Release
-Cleanup error handling