mnkd / go-backlog

Go library for accessing the Backlog API https://developer.nulab-inc.com/ja/docs/backlog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-backlog

Go library for accessing the Backlog API https://developer.nulab-inc.com/ja/docs/backlog/

Inspired by https://github.com/google/go-github

Usage

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

Test

$ go test ./backlog

License

This library is distributed under the MIT license found in the LICENSE file.

About

Go library for accessing the Backlog API https://developer.nulab-inc.com/ja/docs/backlog/

License:MIT License


Languages

Language:Go 100.0%