SRU client for Node.js and browser
import createSruClient from '@natlibfi/sru-client';
const client = createSruClient({url: 'https://foo.bar'});
const results = await client.searchRetrieve('foo');
const createSruClient = require('@natlibfi/sru-client').default;
const client = createSruClient({url: 'https://foo.bar'});
const results = await client.searchRetrieve('foo');
Copyright (c) 2015, 2017-2018 University Of Helsinki (The National Library Of Finland)
This project's source code is licensed under the terms of GNU Lesser General Public License Version 3 or any later version.