1Net::Amazon::Request::PUusbelrisChoenrt(r3i)buted Perl DNoectu:m:eAnmtaaztoino:n:Request::Publisher(3)
2
3
4
6 Net::Amazon::Request::Publisher - Class for submitting Publisher
7 requests
8
10 use Net::Amazon;
11 use Net::Amazon::Request::Publisher;
12
13 my $ua = Net::Amazon->new(
14 token => 'YOUR_AMZN_TOKEN'
15 );
16
17 my $req = Net::Amazon::Request::Publisher->new(
18 publisher => 'Black Belt Communications'
19 );
20
21 # Response is of type Net::Amazon::Response::Publisher
22 my $resp = $ua->request($req);
23
25 "Net::Amazon::Request::Publisher" is a class used to submit Publisher
26 search requests to the Amazon web service.
27
28 The publisher to search for is specified in the "publisher" parameter.
29
30 Upon success, the responses' "properties()" method will return a list
31 of "Net::Amazon::Property::Book" objects.
32
33 Check Net::Amazon::Request for common request parameters not listed
34 here.
35
36 METHODS
37 new( publisher => $publisher )
38 Constructs a new "Net::Amazon::Request::Publisher" object, used to
39 query the Amazon web service for items of a given publisher.
40
42 Christopher Boumenot, <boumenot@gmail.com>
43
45 Copyright 2006 by Christopher Boumenot, <boumenot@gmail.com>
46
47 This library is free software; you can redistribute it and/or modify it
48 under the same terms as Perl itself.
49
50
51
52perl v5.28.0 2009-09-15Net::Amazon::Request::Publisher(3)