Class Amazon::Ecs
In: lib/amazon/ecs.rb
Parent: Object

Methods

Classes and Modules

Class Amazon::Ecs::Response

Constants

VERSION = '2.2.3'
SERVICE_URLS = { :us => 'http://ecs.amazonaws.com/onca/xml', :uk => 'http://ecs.amazonaws.co.uk/onca/xml', :ca => 'http://ecs.amazonaws.ca/onca/xml', :de => 'http://ecs.amazonaws.de/onca/xml', :jp => 'http://ecs.amazonaws.jp/onca/xml', :fr => 'http://ecs.amazonaws.fr/onca/xml', :it => 'http://webservices.amazon.it/onca/xml', :cn => 'http://webservices.amazon.cn/onca/xml', :es => 'http://webservices.amazon.es/onca/xml'
OPENSSL_DIGEST_SUPPORT = OpenSSL::Digest.constants.include?( 'SHA256' ) || OpenSSL::Digest.constants.include?( :SHA256 )
OPENSSL_DIGEST = OpenSSL::Digest::Digest.new( 'sha256' ) if OPENSSL_DIGEST_SUPPORT

Public Class methods

Search a browse node by BrowseNodeId

Get debug flag.

Set debug flag to true or false.

Search an item by ASIN no.

Search amazon items with search terms. Default search index option is ‘Books’. For other search type other than keywords, please specify :type => [search type param name].

Default search options

Set default search options

Generic send request to ECS REST service. You have to specify the :operation parameter.

Protected Class methods

[Validate]