Proyecto26.RestClient
2.8.4
dotnet add package Proyecto26.RestClient --version 2.8.4
NuGet\Install-Package Proyecto26.RestClient -Version 2.8.4
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.8.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Proyecto26.RestClient" Version="2.8.4" />
<PackageReference Include="Proyecto26.RestClient" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Proyecto26.RestClient --version 2.8.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Proyecto26.RestClient, 2.8.4"
#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.
#:package Proyecto26.RestClient@2.8.4
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Proyecto26.RestClient&version=2.8.4
#tool nuget:?package=Proyecto26.RestClient&version=2.8.4
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!
There are no supported framework assets in this package.
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
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.8.4 | 81 | 3/16/2026 |
| 2.8.3 | 74 | 3/16/2026 |
| 2.8.2 | 84 | 3/16/2026 |
| 2.6.2 | 1,063 | 12/28/2021 |
| 2.6.1 | 956 | 6/10/2020 |
| 2.6.0 | 904 | 9/20/2019 |
| 2.5.9 | 806 | 9/9/2019 |
| 2.5.8 | 807 | 9/9/2019 |
| 2.5.7 | 830 | 6/22/2019 |
| 2.5.6 | 896 | 4/23/2019 |
| 2.5.5 | 856 | 4/20/2019 |
| 2.5.4 | 859 | 4/18/2019 |
| 2.5.2 | 932 | 1/23/2019 |
| 2.5.1 | 915 | 1/21/2019 |
| 2.4.2 | 976 | 1/14/2019 |
| 2.4.1 | 929 | 1/10/2019 |
Loading failed
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