hypeproxy 3.1.70-beta

This is a prerelease version of hypeproxy.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package hypeproxy --version 3.1.70-beta
                    
NuGet\Install-Package hypeproxy -Version 3.1.70-beta
                    
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="hypeproxy" Version="3.1.70-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="hypeproxy" Version="3.1.70-beta" />
                    
Directory.Packages.props
<PackageReference Include="hypeproxy" />
                    
Project file
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 hypeproxy --version 3.1.70-beta
                    
#r "nuget: hypeproxy, 3.1.70-beta"
                    
#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 hypeproxy@3.1.70-beta
                    
#: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=hypeproxy&version=3.1.70-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=hypeproxy&version=3.1.70-beta&prerelease
                    
Install as a Cake Tool

Introduction

This is the official HypeProxy.io library for the use of our API and access to all your account data.

Getting Started

First of all you need to install the latest version of our HypeProxy library with NuGet, to do this do :

dotnet add package HypeProxy

Sign-in Example and consuming the API:

var client = new HypeProxyClient();

// Check if API is healthy or not;
await client.HealthyAsync();

// Sign-in to the API.
await client.SignInAsync("email@gmail.com", "Passw0rd");

// List all products.
var products = await client.Products.FindAsync();

// Do another something
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.1.71-beta 400 12/11/2023
3.1.70-beta 199 11/13/2023
3.1.69-beta 155 11/13/2023
3.1.68-beta 158 11/13/2023
3.1.67-beta 156 11/13/2023
3.0.67-alpha 167 11/12/2023
3.0.66-alpha 154 11/12/2023
3.0.65-alpha 277 11/12/2023
3.0.64-alpha 152 11/12/2023
3.0.63-alpha 164 11/9/2023
3.0.62-alpha 177 11/3/2023
3.0.61-alpha 157 11/3/2023
3.0.60-alpha 195 10/28/2023
3.0.59-alpha 185 9/15/2023
3.0.58-alpha 180 9/15/2023
3.0.57-alpha 186 9/15/2023
3.0.56-alpha 178 9/12/2023
3.0.55-alpha 188 9/11/2023
3.0.54-alpha 192 9/11/2023
3.0.53-alpha 192 9/11/2023
Loading failed