Skip to content

kironono/go-openbd

Repository files navigation

go-openbd

Go Reference ci License: MIT

This is a go library for OpenBD API client.

Installation

$ go get github.com/kironono/go-openbd

Usage

Import package:

import "github.com/kironono/openbd"

Fetch OpenDB book information:

books, err := openbd.DefaultClient().Books(context.Background(), []string{"9784814400041", "9784873115658"})

License

go-openbd is distributed under the terms of the MIT license.

See the LICENSE files in this repository for more information.