Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Potapy4/monobank-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monobank-dotnet

This is a simple wrapper for the Monobank API for .NET

How to use?

  • Obtain your personal access token at Monobank API
  • Set HttpClient(why?) and this token in the constructor:
var mono = new Monobank(new HttpClient(), "YOUR_TOKEN");

var currencyInfo = await mono.Currency.GetCurrencyInfoAsync();
var clientInfo = await mono.Personal.GetClientInfoAsync();

About

Simple Monobank API wrapper for .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages