Class Zend_Service_Amazon

Description
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Service/Amazon.php (line 32)


	
			
Direct descendents
Class Description
 class Zend_Service_Amazon_Query
Variable Summary
Method Summary
 static void _checkErrors ( $dom)
 Zend_Service_Amazon __construct (string $appId, [string $countryCode = 'US'])
 Zend_Service_Amazon_Item|Zend_Service_Amazon_ResultSet itemLookup (string $asin, [ $options = array()])
 array _prepareOptions (string $query,  $options,  $defaultOptions)
Variables
string $appId (line 39)

Amazon Web Services Access Key ID

  • access: public
array $_baseUriList = array('US' => 'http://webservices.amazon.com',
'UK' => 'http://webservices.amazon.co.uk',
'DE' => 'http://webservices.amazon.de',
'JP' => 'http://webservices.amazon.co.jp',
'FR' => 'http://webservices.amazon.fr',
'CA' => 'http://webservices.amazon.ca')
(line 46)

List of Amazon Web Service base URLs, indexed by country code

  • access: protected
Zend_Rest_Client $_rest (line 58)

Reference to REST client object

  • access: protected
Methods
static _checkErrors (line 222)

Check result for errors

  • throws: Zend_Service_Exception
  • access: protected
static void _checkErrors ( $dom)
  • DOMDocument $dom
Constructor __construct (line 69)

Constructs a new Amazon Web Services Client

  • throws: Zend_Service_Exception
  • access: public
Zend_Service_Amazon __construct (string $appId, [string $countryCode = 'US'])
  • string $appId: Developer's Amazon appid
  • string $countryCode: Country code for Amazon service; may be US, UK, DE, JP, FR, CA
getRestClient (line 180)

Returns a reference to the REST client

  • access: public
Zend_Rest_Client getRestClient ()
itemLookup (line 135)

Look up item(s) by ASIN

Zend_Service_Amazon_Item|Zend_Service_Amazon_ResultSet itemLookup (string $asin, [ $options = array()])
  • string $asin: Amazon ASIN ID
  • array $options: Query Options
itemSearch (line 98)

Search for Items

Zend_Service_Amazon_ResultSet itemSearch ( $options)
  • array $options: Options to use for the Search Query
_prepareOptions (line 194)

Prepare options for request

  • access: protected
array _prepareOptions (string $query,  $options,  $defaultOptions)
  • string $query: Action to perform
  • array $options: User supplied options
  • array $defaultOptions: Default options

Documentation generated on Sun, 27 May 2007 23:20:35 -0700 by phpDocumentor 1.3.2