{"id":19202314,"url":"https://github.com/osamingo/openbd","last_synced_at":"2025-05-12T13:22:10.675Z","repository":{"id":48288471,"uuid":"86950191","full_name":"osamingo/openbd","owner":"osamingo","description":"an openbd client for go","archived":false,"fork":false,"pushed_at":"2021-08-03T07:04:07.000Z","size":8,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-20T13:36:21.649Z","etag":null,"topics":["book","calil","comic","golang","hanmoto","openbd"],"latest_commit_sha":null,"homepage":"https://openbd.jp","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osamingo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-01T23:51:55.000Z","updated_at":"2020-08-04T16:09:29.000Z","dependencies_parsed_at":"2022-08-28T03:41:10.083Z","dependency_job_id":null,"html_url":"https://github.com/osamingo/openbd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osamingo%2Fopenbd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osamingo%2Fopenbd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osamingo%2Fopenbd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osamingo%2Fopenbd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osamingo","download_url":"https://codeload.github.com/osamingo/openbd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253745198,"owners_count":21957319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["book","calil","comic","golang","hanmoto","openbd"],"created_at":"2024-11-09T12:42:12.831Z","updated_at":"2025-05-12T13:22:10.654Z","avatar_url":"https://github.com/osamingo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# openbd\n\n[![Travis branch](https://img.shields.io/travis/osamingo/openbd/master.svg)](https://travis-ci.org/osamingo/openbd)\n[![codecov](https://codecov.io/gh/osamingo/openbd/branch/master/graph/badge.svg)](https://codecov.io/gh/osamingo/openbd)\n[![Go Report Card](https://goreportcard.com/badge/osamingo/openbd)](https://goreportcard.com/report/osamingo/openbd)\n[![codebeat badge](https://codebeat.co/badges/b8889073-90a0-4c69-805a-aa8f69361236)](https://codebeat.co/projects/github-com-osamingo-openbd-master)\n[![GoDoc](https://godoc.org/github.com/osamingo/openbd?status.svg)](https://godoc.org/github.com/osamingo/openbd)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/osamingo/openbd/master/LICENSE)\n\n## About\n\n- An [openbd](https://openbd.jp) client for Go.\n\n## Install\n\n```bash\n$ go get -u github.com/osamingo/openbd\n```\n\n## Usage\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n\n    \"github.com/osamingo/openbd\"\n)\n\nfunc main() {\n\n    cli, err := openbd.NewClientV1(\"https://api.openbd.jp\", nil)\n    if err != nil {\n        panic(err)\n    }\n    \n    isbn := \"9784780802047\"\n    m, err := cli.Get(isbn)\n    if err != nil {\n        panic(err)\n    }\n\n    fmt.Println(m[isbn].Title())\n}\n```\n\n## License\n\nReleased under the [MIT License](https://github.com/osamingo/openbd/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosamingo%2Fopenbd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosamingo%2Fopenbd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosamingo%2Fopenbd/lists"}