Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 980 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 980 Bytes

Miro API in Go

tests codecov Documentation

Go written Miro API client.

Note that Widget is not supported yet

Installation

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

Usage

Using the client:

client := miro.NewClient("access token")

API's are very simple and easy to understand.

client.Board.Get("10")

Copyright and License

Please see the LICENSE file for the included license information. Copyright 2020 by Keisuke Yamashita.