LinkCat (http://www.linkcat.info/cgi-bin/koha/opac-main.pl) does not seem to have an API so here is one that does it via screen scraping.
GET /search
| Name | Type | Description |
|---|---|---|
q |
string |
A query parameter to search by |
curl http://www.example.com{
}GET /items/:id
| Name | Type | Description |
|---|---|---|
id |
string |
The ID of the item |
curl http://www.example.com{
}- Have a running node.js environment
- Clone this repo
cdinto reponpm installnode index.js