This is a go library for OpenBD API client.
$ go get github.com/kironono/go-openbd
Import package:
import "github.com/kironono/openbd"
Fetch OpenDB book information:
books, err := openbd.DefaultClient().Books(context.Background(), []string{"9784814400041", "9784873115658"})
go-openbd
is distributed under the terms of the MIT license.
See the LICENSE files in this repository for more information.