Proyecto26.RestClient 2.5.2

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

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

Simple HTTP and REST client for Unity based on Promises, also support Callbacks!

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  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. 
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 (1)

Showing the top 1 popular GitHub repositories that depend on Proyecto26.RestClient:

Repository Stars
proyecto26/RestClient
🦄 A Promise based REST and HTTP client for Unity 🎮
Version Downloads Last updated
2.6.2 605 12/28/2021
2.6.1 717 6/10/2020
2.6.0 657 9/20/2019
2.5.9 558 9/9/2019
2.5.8 541 9/9/2019
2.5.7 566 6/22/2019
2.5.6 642 4/23/2019
2.5.5 585 4/20/2019
2.5.4 594 4/18/2019
2.5.2 686 1/23/2019
2.5.1 645 1/21/2019
2.4.2 713 1/14/2019
2.4.1 690 1/10/2019
2.2.1 777 1/2/2019
2.2.0 722 11/21/2018
2.1.1 805 8/26/2018
2.1.0 772 8/23/2018
2.0.1 807 7/27/2018
2.0.0 944 5/22/2018
1.2.2 976 3/4/2018
1.2.1 1,207 10/21/2017
1.2.0 939 10/20/2017
1.0.1 851 10/15/2017

Add ContentType, Retries, RetrySecondsDelay, EnableDebug and RetryCallback properties from RequestHelper class