C4::External::Amazon - Functions for retrieving Amazon.com content in Koha
This module provides facilities for retrieving Amazon.com content in Koha
Get editorial reviews, customer reviews, and similar products using Amazon Web Services.
Parameters:
Biblio record isbn
Biblio MARC record
MARC flavor, MARC21 or UNIMARC
Requested Amazon services: A ref to an array. For example, [ 'Similarities', 'EditorialReviews', 'Reviews' ]. No other service will be accepted. Services must be spelled exactly. If no sercice is requested, AWS isn't called.
Get Amazon Top Level Domain depending on Amazon local preference: AmazonLocal. For example, if AmazonLocal is 'UK', returns '.co.uk'.
Joshua Ferraro <jmf@liblime.com>