1Net::Amazon::Request::TUistelre(C3o)ntributed Perl DocumNeentt:a:tAimoanzon::Request::Title(3)
2
3
4
6 Net::Amazon::Request::Title - Class for submitting Title requests
7
9 use Net::Amazon;
10 use Net::Amazon::Request::Title;
11
12 my $ua = Net::Amazon->new(
13 token => 'YOUR_AMZN_TOKEN'
14 );
15
16 my $req = Net::Amazon::Request::Title->new(
17 title => '50 First Dates'
18 );
19
20 # Response is of type Net::Amazon::Response::Title
21 my $resp = $ua->request($req);
22
24 "Net::Amazon::Request::Title" is a class used to submit Title search
25 requests to the Amazon web service.
26
27 The title to search for is specified in the "title" parameter.
28
29 Upon success, the responses' "properties()" method will return a list
30 of "Net::Amazon::Property::DVD" objects.
31
32 Check Net::Amazon::Request for common request parameters not listed
33 here.
34
35 METHODS
36 new( title => $title )
37 Constructs a new "Net::Amazon::Request::Title" object, used to
38 query the Amazon web service for items of a given title.
39
41 Carl Franks, <fireartist@gmail.com>
42
44 Copyright 2007 by Carl Franks, <fireartist@gmail.com>
45
46 This library is free software; you can redistribute it and/or modify it
47 under the same terms as Perl itself.
48
49
50
51perl v5.12.4 2009-09-15 Net::Amazon::Request::Title(3)