Provided by: libwebservice-ils-perl_0.18-1_all bug

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 JankoviX <srdjan@catalyst.net.nz>

perl v5.30.0                                2020-03-2WebService::ILS::RecordedBooks::Partner(3pm)