1Net::Amazon::Request::AUcsteorr(C3o)ntributed Perl DocumNeentt:a:tAimoanzon::Request::Actor(3)
2
3
4
6 Net::Amazon::Request::Actor - Class for submitting Actor requests
7
9 use Net::Amazon;
10 use Net::Amazon::Request::Actor;
11
12 my $ua = Net::Amazon->new(
13 token => 'YOUR_AMZN_TOKEN'
14 );
15
16 my $req = Net::Amazon::Request::Actor->new(
17 actor => 'Adam Sandler'
18 );
19
20 # Response is of type Net::Amazon::Response::Actor
21 my $resp = $ua->request($req);
22
24 "Net::Amazon::Request::Actor" is a class used to submit Actor search
25 requests to the Amazon web service.
26
27 The actor to search for is specified in the "actor" 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( actor => $actor )
37 Constructs a new "Net::Amazon::Request::Actor" object, used to
38 query the Amazon web service for items of a given actor.
39
41 Christopher Boumenot, <boumenot@gmail.com>
42
44 Copyright 2006 by Christopher Boumenot, <boumenot@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.32.1 2021-01-27 Net::Amazon::Request::Actor(3)