You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using Client = seven_library.Api.Client;
var apiKey = Environment.GetEnvironmentVariable("SEVEN_API_KEY");
var client = new Client(apiKey);
var balance = await client.Balance.Get();
Console.WriteLine($"Current account balance: {balance.Amount} {balance.Currency}");
Documentation needs some improvements. We are working on it.
Hi,
I'm following the readme. When I attempt installation in .NET CLI,
dotnet add package seven-api
this happens:
When I attempt installation using the nuget package manager,
Install-Package seven-api
this happens:
Expected: The package is installed.
The text was updated successfully, but these errors were encountered: