table of contents
WebService::ILS::RecordedBooks::Partner(3pm) | User Contributed Perl Documentation | WebService::ILS::RecordedBooks::Partner(3pm) |
NAME¶
WebService::ILS::RecordedBooks::Partner - RecordedBooks partner APISYNOPSIS¶
use WebService::ILS::RecordedBooks::Partner;
DESCRIPTION¶
WebService::ILS::RecordedBooks::Partner - services that use trusted partner credentialsSee 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
CIRCULATION METHOD SPECIFICS¶
Differences to general WebService::ILS interfacepatron_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)¶
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)¶
LICENSE¶
Copyright (C) Catalyst IT NZ Ltd Copyright (C) Bywater SolutionsThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR¶
Srdjan JankoviX <srdjan@catalyst.net.nz>2018-10-11 | perl v5.26.2 |