Skip to content

GetoXs/Esketit.API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Esketit.API

Esketit.API is a strongly typed client library for accessing the Esketit API.

GitHub Actions Status NuGet NuGet license

Features

  • Response data is mapped to strongly typed models
  • Support for most of the Esketit functionallity
  • Possibility to execute custom API calls (in case of Esketit new functionallities)
  • Initialization via username/password
  • Open source so you can audit security mechanizms

Supported Frameworks

The library is targeting .NET 8.0 for optimal compatibility

Install the library

Nuget (.NET CLI)

NuGet version Nuget downloads

dotnet add package Esketit.API

NuGet (Install-Package)

Install-Package Esketit.API

Download release

GitHub Release

The NuGet package files are added along side the source with the latest GitHub release which can found here.

How to use

Quick start

// Get my balance
var client = new EsketitClient();
await client.InitializeUsingEmailAsync(new()
{
	email = "EsketitEmail",
	password = "EsketitPassword"
});
var balance = await client.GetAccountSummaryAsync(new() { currencyCode = "EUR" });

Support the project

Any support is greatly appreciated.

About

Esketit.API is an unofficial .NET client library for accessing the Esketit API.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages