WebService::ILS::RecordedBooks::Partner - RecordedBooks partner API
Contents
Circulation Method Specifics
Differences to general WebService::ILS interface
patron_id($email_or_id)holds($patron_id)place_hold($patron_id,$isbn)checkouts($patron_id)checkout($patron_id,$isbn)renew($patron_id,$isbn)return($patron_id,$isbn)Description
WebService::ILS::RecordedBooks::Partner - services that use trusted partner credentials
See WebService::ILS::RecordedBooks
Discovery Methods
facet_search($facets)
See C<native_facet_search()> below for $facets
named_query_search($query,$media)
See C<native_named_query_search()> below for $query, $media
License
Copyright (C) Catalyst IT NZ Ltd Copyright (C) Bywater Solutions
This library is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
Name
WebService::ILS::RecordedBooks::Partner - RecordedBooks partner API
Native Methods
native_quick_search($query,$category)
$category can be one of 'all', 'title', 'author', or 'narrator';
optional, defaults to 'all'
native_facet_search($facets)
$facets can be either:
* a hashref of facet => [values],
* an arrayref of values
* a single value
native_named_query_search($query,$media)
$query can be one of 'bestsellers', 'most-popular', 'newly-added'
$media can be 'eaudio' or 'ebook'
native_patron($email_or_id)Synopsis
use WebService::ILS::RecordedBooks::Partner;
