bug_16034 Koha::ExternalContent::OverDrive - a wrapper around WebService::ILS::Overdr...
authorSrdjan <srdjan@catalyst.net.nz>
Tue, 8 Dec 2015 06:06:27 +0000 (19:06 +1300)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 21 Feb 2017 19:58:20 +0000 (19:58 +0000)
commit88aa2ebf9df1ae7780f3af83770c28b1889f86e3
treef82cb1be544ac6f1f652a62ea0f63bc08d17f335
parent171ef729945ad04fefadc16399a5e08833a5ebef
bug_16034 Koha::ExternalContent::OverDrive - a wrapper around WebService::ILS::Overdrive::Patron

* Using the upstream module for all the heavy lifting
* opac/external/overdrive/auth.pl - 3-legged authentication handler

Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/ExternalContent.pm [new file with mode: 0644]
Koha/ExternalContent/OverDrive.pm [new file with mode: 0644]
Koha/Schema/Result/Borrower.pm
installer/data/mysql/atomicupdate/overdrive.sql [new file with mode: 0644]
installer/data/mysql/kohastructure.sql
opac/external/overdrive/auth.pl [new file with mode: 0755]
t/Koha_ExternalContent_OverDrive.t [new file with mode: 0755]