Official Libraries
C# / .Net Library
We propose a C# package compatible with .NET Standard
, to add it just type this in a terminal, you can also get it on NuGet.
dotnet add package HypeProxyClient --version 1.0.0.5
How to use it?
Pretty easy, create an instance of the HypeProxyClient
class and authenticate yourself via a JWT token or email and password.
var client = HypeProxyClient.Connect("API_TOKEN");
bool healthy = client.HealthCheck();