https://github.com/lon9/ndl
NDL (National Diet Library) OpenSearch API in Golang
https://github.com/lon9/ndl
api client golang library
Last synced: about 1 year ago
JSON representation
NDL (National Diet Library) OpenSearch API in Golang
- Host: GitHub
- URL: https://github.com/lon9/ndl
- Owner: lon9
- License: bsd-3-clause
- Created: 2025-03-23T04:27:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-23T04:27:35.000Z (over 1 year ago)
- Last Synced: 2025-04-11T03:57:04.922Z (about 1 year ago)
- Topics: api, client, golang, library
- Language: Go
- Homepage: https://ndl.go.jp/en/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NDL API Client
This is a Go library for interacting with the [NDL (National Diet Library) OpenSearch API](https://ndl.go.jp/en/). It allows you to perform search queries and retrieve results in RSS format.
## Features
- Perform search queries to the NDL API using structured parameters.
- Parse the RSS feed returned by the API into Go structs.
- Flexible query building using struct tags.
## Installation
To use this library in your project, you can install it using `go get`:
```bash
go get github.com/lon9/ndl
```