Categorygithub.com/artemrys/go-monobank-api
modulepackage
0.2.0
Repository: https://github.com/artemrys/go-monobank-api.git
Documentation: pkg.go.dev

# README

Golang bindings for the Monobank API

GoDoc Go Report Card Travis

All methods are fairly self explanatory, and reading the godoc page should explain everything. If something isn't clear, open an issue or submit a pull request.

The scope of this project is just to provide a wrapper around the API without any additional features. There are other projects for creating something with plugins and command handlers without having to design all that yourself.

Example

Please take a look at examples/example.go.

Run it using:

cd examples/
go run example.go -token <your-token>

Links

# Packages

No description provided by the author

# Functions

NewMonobankClient returns new MonobankClient.

# Structs

CurrencyInfo describes the one-pair currency information.
MonobankClient holds data about monobank client.
StatementItem describes the transaction in the particular point in time.
UserAccount describes the client's account.
UserInfo describes the client.

# Type aliases

CurrencyInfos describes list of currency info.
StatementItems describes list of statement items.
UserAccounts describes list of user accounts.