Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbv/app-paia
Patrons Account Information API command line client
https://github.com/gbv/app-paia
Last synced: 3 days ago
JSON representation
Patrons Account Information API command line client
- Host: GitHub
- URL: https://github.com/gbv/app-paia
- Owner: gbv
- License: other
- Created: 2013-10-21T10:59:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-06T09:47:03.000Z (over 9 years ago)
- Last Synced: 2024-11-10T03:18:22.378Z (2 months ago)
- Language: Perl
- Homepage: https://metacpan.org/release/App-PAIA
- Size: 326 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
App::PAIA - Patrons Account Information API command line client
# STATUS
[![Build Status](https://travis-ci.org/gbv/App-PAIA.png)](https://travis-ci.org/gbv/App-PAIA)
[![Coverage Status](https://coveralls.io/repos/gbv/App-PAIA/badge.svg?branch=master)](https://coveralls.io/r/gbv/App-PAIA?branch=master)
[![Kwalitee Score](http://cpants.cpanauthors.org/dist/App-PAIA.png)](http://cpants.cpanauthors.org/dist/App-PAIA)# SYNOPSIS
paia patron --base http://example.org/ --username alice --password 12345
Run `paia help` or `perldoc paia` for more commands and options.
# DESCRIPTION
The [Patrons Account Information API (PAIA)](http://gbv.github.io/paia/) is a
HTTP based API to access library patron information, such as loans,
reservations, and fees. This client can be used to access PAIA servers via
command line.# USAGE
See the documentation of of [paia](https://metacpan.org/pod/paia) command.
To avoid SSL errors install [Mozilla::CA](https://metacpan.org/pod/Mozilla::CA) or use option `--insecure`.
# IMPLEMENTATION
The client is implemented using [App::Cmd](https://metacpan.org/pod/App::Cmd). There is a module for each command
in the App::PAIA::Command:: namespace and common functionality implemented in
[App::PAIA::Command](https://metacpan.org/pod/App::PAIA::Command).# RESOURCES
- [http://gbv.github.io/paia/](http://gbv.github.io/paia/)
PAIA specification
- [https://github.com/gbv/App-PAIA](https://github.com/gbv/App-PAIA)
Code repository, issue tracker, and releases.
The repository also contains a `debian` branch for Debian packaging.
# COPYRIGHT AND LICENSE
Copyright Jakob Voß, 2013-
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.