Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemrys/go-monobank-api
Golang bindings for the Monobank API
https://github.com/artemrys/go-monobank-api
api-wrapper go-api go-api-example golang monobank monobank-api
Last synced: 2 days ago
JSON representation
Golang bindings for the Monobank API
- Host: GitHub
- URL: https://github.com/artemrys/go-monobank-api
- Owner: artemrys
- License: mit
- Created: 2019-07-01T22:52:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-06T12:38:14.000Z (about 4 years ago)
- Last Synced: 2024-06-19T16:47:04.429Z (5 months ago)
- Topics: api-wrapper, go-api, go-api-example, golang, monobank, monobank-api
- Language: Go
- Homepage: https://api.monobank.ua/docs
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Golang bindings for the Monobank API
[![GoDoc](https://godoc.org/github.com/artemrys/go-monobank-api?status.svg)](https://godoc.org/github.com/artemrys/go-monobank-api)
[![Go Report Card](https://goreportcard.com/badge/github.com/artemrys/go-monobank-api)](https://goreportcard.com/report/github.com/artemrys/go-monobank-api)
[![Travis](https://travis-ci.org/artemrys/go-monobank-api.svg?branch=master)](https://travis-ci.org/artemrys/go-monobank-api)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:
```bash
cd examples/
go run example.go -token
```### Links
- [Token](https://api.monobank.ua/)
- [Docs](https://api.monobank.ua/docs/)