An open API service indexing awesome lists of open source software.

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

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
```