Zend Framework
1.12
|
Public Member Functions | |
__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. | |
Static Public Member Functions | |
static | computeSignature ($baseUri, $secretKey, array $options) |
Compute Signature for Authentication with Amazon Product Advertising Webservices. | |
static | buildRawSignature ($baseUri, $options) |
Build the Raw Signature Text. | |
Public Attributes | |
$appId | |
Protected Member Functions | |
_prepareOptions ($query, array $options, array $defaultOptions) | |
Prepare options for request. | |
Static Protected Member Functions | |
static | _checkErrors (DOMDocument $dom) |
Check result for errors. | |
Protected Attributes | |
$_secretKey = null | |
$_baseUri = null | |
$_baseUriList | |
$_rest = null | |
__construct | ( | $appId, | |
$countryCode = 'US' , |
|||
$secretKey = null |
|||
) |
Constructs a new Amazon Web Services Client.
string | $appId | Developer's Amazon appid |
string | $countryCode | Country code for Amazon service; may be US, UK, DE, JP, FR, CA |
Zend_Service_Exception |
|
staticprotected |
Check result for errors.
DOMDocument | $dom |
Zend_Service_Exception |
|
protected |
Prepare options for request.
string | $query | Action to perform |
array | $options | User supplied options |
array | $defaultOptions | Default options |
|
static |
Build the Raw Signature Text.
string | $baseUri | |
array | $options |
|
static |
Compute Signature for Authentication with Amazon Product Advertising Webservices.
string | $baseUri | |
string | $secretKey | |
array | $options |
getRestClient | ( | ) |
Returns a reference to the REST client.
itemLookup | ( | $asin, | |
array | $options = array() |
||
) |
Look up item(s) by ASIN.
string | $asin | Amazon ASIN ID |
array | $options | Query Options |
Zend_Service_Exception |
itemSearch | ( | array | $options | ) |
Search for Items.
array | $options | Options to use for the Search Query |
Zend_Service_Exception |
setRestClient | ( | Zend_Rest_Client | $client | ) |
|
protected |
|
protected |
|
protected |
|
protected |
$appId |