Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/librecat/catmandu-pure
Catmandu modules for working with data from Pure (Elsevier's research information system)
https://github.com/librecat/catmandu-pure
Last synced: 4 days ago
JSON representation
Catmandu modules for working with data from Pure (Elsevier's research information system)
- Host: GitHub
- URL: https://github.com/librecat/catmandu-pure
- Owner: LibreCat
- License: other
- Created: 2016-09-24T18:10:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T15:37:40.000Z (almost 4 years ago)
- Last Synced: 2024-05-09T11:36:33.207Z (6 months ago)
- Language: Perl
- Size: 46.9 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Catmandu::Pure - A bundle of Catmandu modules for working with data from Pure
# SYNOPSIS
# From the command line
$ catmandu convert Pure \
--base https://host/ws/api/... \
--endpoint research-outputs \
--apiKey "..."# MODULES
- [Catmandu::Importer::Pure](https://metacpan.org/pod/Catmandu::Importer::Pure)
# DESCRIPTION
Catmandu::Importer::Pure is a Catmandu package that seamlessly imports data from Elsevier's Pure
system using its REST service. Currently documentation describing the REST service can be found
under /ws on a webserver that is running Pure.# SEE ALSO
[Catmandu](https://metacpan.org/pod/Catmandu),
[Catmandu::Importer](https://metacpan.org/pod/Catmandu::Importer)# AUTHOR
Snorri Briem
# COPYRIGHT
Copyright 2017- Lund University Library
# LICENSE
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
See http://dev.perl.org/licenses/ for more information.