Go library for accessing the Backlog API https://developer.nulab-inc.com/ja/docs/backlog/
Inspired by https://github.com/google/go-github
import "github.com/mnkd/go-backlog/backlog"
Construct a new Backlog client. For example:
client := backlog.NewClient(nil, space, apiKey)
// list all projects for your Backlog space
projects, _, err := client.Projects.ListAll()
See also examples
$ go test ./backlog
This library is distributed under the MIT license found in the LICENSE file.