Proyecto26.RestClient
2.6.2
.NET Framework 3.5
Install-Package Proyecto26.RestClient -Version 2.6.2
dotnet add package Proyecto26.RestClient --version 2.6.2
<PackageReference Include="Proyecto26.RestClient" Version="2.6.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Proyecto26.RestClient --version 2.6.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Proyecto26.RestClient, 2.6.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. 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.6.2
// Install Proyecto26.RestClient as a Cake Tool
#tool nuget:?package=Proyecto26.RestClient&version=2.6.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Simple HTTP and REST client for Unity based on Promises, also support Callbacks!
Product | Versions |
---|---|
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- RSG.Promise (>= 3.0.1)
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 | 219 | 12/28/2021 |
2.6.1 | 556 | 6/10/2020 |
2.6.0 | 503 | 9/20/2019 |
2.5.9 | 379 | 9/9/2019 |
2.5.8 | 368 | 9/9/2019 |
2.5.7 | 408 | 6/22/2019 |
2.5.6 | 488 | 4/23/2019 |
2.5.5 | 424 | 4/20/2019 |
2.5.4 | 423 | 4/18/2019 |
2.5.2 | 514 | 1/23/2019 |
2.5.1 | 477 | 1/21/2019 |
2.4.2 | 540 | 1/14/2019 |
2.4.1 | 523 | 1/10/2019 |
2.2.1 | 603 | 1/2/2019 |
2.2.0 | 553 | 11/21/2018 |
2.1.1 | 624 | 8/26/2018 |
2.1.0 | 584 | 8/23/2018 |
2.0.1 | 615 | 7/27/2018 |
2.0.0 | 744 | 5/22/2018 |
1.2.2 | 754 | 3/4/2018 |
1.2.1 | 937 | 10/21/2017 |
1.2.0 | 737 | 10/20/2017 |
1.0.1 | 654 | 10/15/2017 |
Include:
- Add a progress reporting callback
- Add support for PATCH verb
- Add solution to make network call on main thread
- Changes to use RetryCallback to handle token expiration
- Handle HTTP NO CONTENT status code (204) to prevent null reference exceptions
- Removing Depricated APIs