Zend Framework
1.12
|
Public Member Functions | |
__call ($method, $args) | |
Prepares query parameters. | |
search () | |
Search using the prepared query. | |
![]() | |
__construct ($appId, $countryCode= 'US', $secretKey=null) | |
Constructs a new Amazon Web Services Client. | |
itemSearch (array $options) | |
Search for Items. | |
itemLookup ($asin, array $options=array()) | |
Look up item(s) by ASIN. | |
getRestClient () | |
Returns a reference to the REST client. | |
setRestClient (Zend_Rest_Client $client) | |
Set REST client. | |
Protected Attributes | |
$_search = array() | |
$_searchIndex = null | |
![]() | |
$_secretKey = null | |
$_baseUri = null | |
$_baseUriList | |
$_rest = null | |
Additional Inherited Members | |
![]() | |
static | computeSignature ($baseUri, $secretKey, array $options) |
Compute Signature for Authentication with Amazon Product Advertising Webservices. | |
static | buildRawSignature ($baseUri, $options) |
Build the Raw Signature Text. | |
![]() | |
$appId | |
![]() | |
_prepareOptions ($query, array $options, array $defaultOptions) | |
Prepare options for request. | |
![]() | |
static | _checkErrors (DOMDocument $dom) |
Check result for errors. | |
__call | ( | $method, | |
$args | |||
) |
Prepares query parameters.
string | $method | |
array | $args |
Zend_Service_Exception |
search | ( | ) |
Search using the prepared query.
|
protected |
|
protected |