artemrys / go-monobank-api

Golang bindings for the Monobank API

Home Page:https://api.monobank.ua/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Golang bindings for the Monobank API

https://api.monobank.ua/docs

License:MIT License


Languages

Language:Go 100.0%