GoBitLaunch is a Go client library for accessing the BitLaunch API.
You can view the client API docs here: http://godoc.org/github.com/bitlaunchio/gobitlaunch
You can view BitLaunch API docs here: https://developers.bitlaunch.io/
go get -u github.com/bitlaunchio/gobitlaunch
import "github.com/bitlaunchio/gobitlaunch"
You must use your API Token to authenticate with BitLaunch API. You can (re)generate your access token on the BitLaunch API Page.
You can then use your token to create a new client.
client := gobitlaunch.NewClient(token)
For a comprehensive list of examples, check out the API documentation.
For details on all the functionality in this library, see the GoDoc
Please do!