The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "distribution:Net-Amazon net::amazon"

Net::Amazon - Framework for accessing amazon.com via REST River stage one • 3 direct dependents • 4 total dependents

"Net::Amazon" works very much like "LWP": First you define a useragent like my $ua = Net::Amazon->new( associate_tag => 'YOUR_AMZN_ASSOCIATE_TAG', token => 'YOUR_AMZN_TOKEN', secret_key => 'YOUR_AMZN_SECRET_KEY', max_pages => 3, ); which you pass you...

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Net::Amazon::Request - Baseclass for requests to Amazon's web service River stage one • 3 direct dependents • 4 total dependents

Don't use this class directly, use derived classes (like "Net::Amazon::Request::ASIN", etc.) instead to specify the type of request and its parameters. However, there's a bunch of parameters to the constructor that all request types have in common, h...

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Net::Amazon::Response - Baseclass for responses from Amazon's web service River stage one • 3 direct dependents • 4 total dependents

"Net::Amazon::Response" is the baseclass for responses coming back from the useragent's "request" method. Responses are typically not of type "Net::Amazon::Response" but one of its subclasses "Net::Amazon::Response::*". However, for basic error handl...

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Net::Amazon::Property - Baseclass for products on amazon.com River stage one • 3 direct dependents • 4 total dependents

"Net::Amazon::Property" is the baseclass for results returned from Amazon web service queries. The term 'properties' is used as a generic description for an item on amazon.com. Typically, the "properties()" method of a "Net::Amazon::Response::*" obje...

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Net::Amazon::Property::CE - Class for consumer electronics on amazon.com River stage one • 3 direct dependents • 4 total dependents

"Net::Amazon::Property::CE" is derived from "Net::Amazon::Property" and on top of the all-purpose methods the base class provides, it offers specialized accessors for consumer electronic parameters. METHODS platforms() Returns a list of the consumer ...

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Net::Amazon::Request::All - request class for 'All Search' River stage one • 3 direct dependents • 4 total dependents

"Net::Amazon::Request::All" is a class used to request *All Searches* from the Amazon web service. The "blended" parameter specifies the keyword search string for the blended query. "mode" is not applicable to blended searches which returns books, mu...

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Net::Amazon::Request::EAN - request class for EAN search River stage one • 3 direct dependents • 4 total dependents

"Net::Amazon::Request::EAN" is a class used to submit EAN search requests to the Amazon web service. The EAN number to search for is specified in the "EAN" parameter. Upon success, the response's "properties()" method will return a single "Net::Amazo...

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Net::Amazon::Request::UPC - request class for UPC search River stage one • 3 direct dependents • 4 total dependents

"Net::Amazon::Request::UPC" is a class used to submit UPC (product barcode) search requests to the Amazon web service. The UPC number to search for is specified in the "upc" parameter. It currently works with the following values of the "mode" parame...

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Net::Amazon::Property::DVD - Class for DVDs on amazon.com River stage one • 3 direct dependents • 4 total dependents

"Net::Amazon::Property::DVD" is derived from "Net::Amazon::Property" and on top of the all-purpose methods the base class provides, it offers specialized accessors for DVD parameters. METHODS title() Returns the title of the DVD. studio() Returns the...

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Net::Amazon::Request::ISBN River stage one • 3 direct dependents • 4 total dependents

"Net::Amazon::Request::ISBN" is a class used to submit ISBN (International Standard Book Number) search requests to the Amazon web service. The ISBN number to search for is specified in the "ISBN" parameter. Upon success, the response's "properties()...

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Net::Amazon::Request::Sort - listing of sort types River stage one • 3 direct dependents • 4 total dependents

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Net::Amazon::Request::ASIN - Class for submitting ASIN requests River stage one • 3 direct dependents • 4 total dependents

"Net::Amazon::Request::ASIN" is a class used to submit ASIN requests to the Amazon web service. The ASIN of the item to look is specified in the "asin" parameter. Upon success, the responses' "properties()" method will return one single "Net::Amazon:...

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Net::Amazon::Request::Power - request class for 'Power Search' River stage one • 3 direct dependents • 4 total dependents

"Net::Amazon::Request::Power" is a class used to request so-called *Power Searches* from the Amazon web service. The "power" parameter specifies the power search string, "mode" defines which properties to look for. Upon success, the response's "prope...

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Net::Amazon::Property::Book - Class for books on amazon.com River stage one • 3 direct dependents • 4 total dependents

"Net::Amazon::Property::Book" is derived from "Net::Amazon::Property" and on top of the all-purpose methods the base class provides, it offers specialized accessors for book parameters. METHODS authors() Returns a list of the book's authors. There's ...

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Net::Amazon::Request::Actor - Class for submitting Actor requests River stage one • 3 direct dependents • 4 total dependents

"Net::Amazon::Request::Actor" is a class used to submit Actor search requests to the Amazon web service. The actor to search for is specified in the "actor" parameter. Upon success, the responses' "properties()" method will return a list of "Net::Ama...

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Net::Amazon::Result::Seller - Class for Seller info River stage one • 3 direct dependents • 4 total dependents

"Net::Amazon::Result::Seller" is a container for results on a seller search. It contains data on one particular seller (the one turned up by the previous search) and the listings this seller is currently running. METHODS StoreName() Name of the selle...

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Net::Amazon::Request::Title - Class for submitting Title requests River stage one • 3 direct dependents • 4 total dependents

"Net::Amazon::Request::Title" is a class used to submit Title search requests to the Amazon web service. The title to search for is specified in the "title" parameter. Upon success, the responses' "properties()" method will return a list of "Net::Ama...

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Net::Amazon::Validate::Type - Validate user supplied options against known valid options. River stage one • 3 direct dependents • 4 total dependents

METHODS Asin() The item's ASIN number. Please check the subclasses of "Net::Amazon::Validate" for specialized methods....

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Net::Amazon::Request::Author - Class for submitting Author requests River stage one • 3 direct dependents • 4 total dependents

"Net::Amazon::Request::Author" is a class used to submit Author search requests to the Amazon web service. The author to search for is specified in the "author" parameter. Upon success, the responses' "properties()" method will return a list of "Net:...

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC

Net::Amazon::Request::Seller - Class for submitting Seller requests River stage one • 3 direct dependents • 4 total dependents

"Net::Amazon::Request::Seller" is a class used to submit Seller search requests to the Amazon web service. The seller to search for is specified in the "seller" parameter, which contains the seller's ID (not the seller's nickname!). Upon success, the...

BOUMENOT/Net-Amazon-0.62 - 27 Jan 2013 00:01:12 UTC
454 results (0.036 seconds)