NAME
App::PAIA - Patrons Account Information API command line client
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)
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 command.
To avoid SSL errors install Mozilla::CA or use option "--insecure".
IMPLEMENTATION
The client is implemented using App::Cmd. There is a module for each
command in the App::PAIA::Command:: namespace and common functionality
implemented in App::PAIA::Command.
RESOURCES
PAIA specification
Code repository and issue tracker
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.