This is a Go client for Lago API
go get github.com/nikola-jokic/lago-go
The Lago documentation is available at doc.getlago.com.
Lago Go client is distributed under MIT license.
This repository is heavily under development and is a modified version of lago-go-client
It is heavily under development and is not recommended for production use. Once the code changes are stabilized, the stable release will be issued.
The motivation behind this repository is to:
- Avoid using resty as a client. Users should be able to pick the client they want.
- Faster bug fixes. This client is used for BountyHub and bug fixes are needed to be done faster. Company maintainers are most likely overwhelmed with other tasks and this repository is a way to speed up the process.