Go written Miro API client.
Note that Widget is not supported yet
Include this is your code as below:
import "github.com/Miro-Ecosystem/go-miro/miro"
Using go get
:
$ go get github.com/Miro-Ecosystem/go-miro
Using the client:
client := miro.NewClient("access token")
API's are very simple and easy to understand.
client.Board.Get("10")
Please see the LICENSE file for the included license information. Copyright 2020 by Keisuke Yamashita.