Skip to content

Miro-Ecosystem/go-miro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.