1Net::Amazon::Request::BUlseenrdeCdo(n3t)ributed Perl DocNuemte:n:tAamtaizoonn::Request::Blended(3)
2
3
4

NAME

6       Net::Amazon::Request::Blended - request class for 'Blended Search'
7

SYNOPSIS

9         use Net::Amazon;
10         use Net::Amazon::Request::Blended;
11
12         my $ua = Net::Amazon->new(
13             token       => 'YOUR_AMZN_TOKEN'
14         );
15
16         my $req = Net::Amazon::Request::Blended->new(
17             blended => 'perl'
18         );
19
20         # Response is of type Net::Amazon::Response::Blended
21         my $resp = $ua->request($req);
22

DESCRIPTION

24       "Net::Amazon::Request::Blended" is a class used to request Blended
25       Searches from the Amazon web service.
26
27       The "blended" parameter specifies the keyword search string for the
28       blended query. "mode" is not applicable to blended searches which
29       returns books, music, etc all at once.
30
31       Upon success, the response's "properties()" method will return a list
32       of "Net::Amazon::Property::*" objects.
33
34   METHODS
35       new(keyword => $search_string)
36           Constructs a new "Net::Amazon::Request::Blended" object.
37
38           See the "Amazon Web Services 2.1 API and Integration Guide" for
39           details.
40
41       Check Net::Amazon::Request for common request parameters not listed
42       here.
43

AUTHORS

45       Robert Graff, <rgraff@workingdemo.com>
46
47
48
49perl v5.28.1                      2009-09-15  Net::Amazon::Request::Blended(3)
Impressum