<<

NAME

Koha::ExternalContent::RecordedBooks

SYNOPSIS

    use Koha::ExternalContent::RecordedBooks;
    my $rb_client = Koha::ExternalContent::RecordedBooks->new();
    my $rb_auth_url = $od_client->auth_url();

DESCRIPTION

A (very) thin wrapper around WebService::ILS::RecordedBooks::Patron

Takes "RecordedBooks*" Koha preferences

Class Methods

new

my $rb_client = Koha::ExternalContent::RecordedBooks->new();

Create the object for interacting with RecordedBooks

METHODS

WebService::ILS::RecordedBooks::PartnerPatron methods used without mods:

error_message()

<<