philipsahli / go-miro

Go written Miro API client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Go written Miro API client

License:Apache License 2.0


Languages

Language:Go 99.7%Language:Makefile 0.3%