go-backlog

module
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2018 License: MIT

README

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 youe 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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL