![]() |
VOOZH | about |
dotnet add package Proyecto26.RestClient --version 2.8.4
NuGet\Install-Package Proyecto26.RestClient -Version 2.8.4
<PackageReference Include="Proyecto26.RestClient" Version="2.8.4" />
<PackageVersion Include="Proyecto26.RestClient" Version="2.8.4" />Directory.Packages.props
<PackageReference Include="Proyecto26.RestClient" />Project file
paket add Proyecto26.RestClient --version 2.8.4
#r "nuget: Proyecto26.RestClient, 2.8.4"
#:package Proyecto26.RestClient@2.8.4
#addin nuget:?package=Proyecto26.RestClient&version=2.8.4Install as a Cake Addin
#tool nuget:?package=Proyecto26.RestClient&version=2.8.4Install as a Cake Tool
Simple HTTP and REST client for Unity based on Promises, also support Callbacks!
Learn more about Target Frameworks and .NET Standard.
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.8.4 | 220 | 3/16/2026 |
| 2.8.3 | 195 | 3/16/2026 |
| 2.8.2 | 208 | 3/16/2026 |
| 2.6.2 | 1,086 | 12/28/2021 |
| 2.6.1 | 975 | 6/10/2020 |
| 2.6.0 | 923 | 9/20/2019 |
| 2.5.9 | 827 | 9/9/2019 |
| 2.5.8 | 825 | 9/9/2019 |
| 2.5.7 | 852 | 6/22/2019 |
| 2.5.6 | 917 | 4/23/2019 |
| 2.5.5 | 875 | 4/20/2019 |
| 2.5.4 | 881 | 4/18/2019 |
| 2.5.2 | 953 | 1/23/2019 |
| 2.5.1 | 932 | 1/21/2019 |
| 2.4.2 | 996 | 1/14/2019 |
| 2.4.1 | 946 | 1/10/2019 |
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