The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::ILS::RecordedBooks::Partner - RecordedBooks partner API

SYNOPSIS

    use WebService::ILS::RecordedBooks::Partner;

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

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)

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 Solutions

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Srdjan Janković <srdjan@catalyst.net.nz>