1Net::Amazon::Request::MUPs3eDrowCnolnotardisb(u3t)ed PerNletD:o:cAummaeznotna:t:iRoenquest::MP3Downloads(3)
2
3
4
6 Net::Amazon::Request::MP3Downloads - Class for submitting MP3 downloads
7 search requests
8
10 use Net::Amazon;
11 use Net::Amazon::Request::MP3Downloads;
12
13 my $ua = Net::Amazon->new(
14 token => 'YOUR_AMZN_TOKEN'
15 );
16
17 my $req = Net::Amazon::Request::MP3Downloads->new(
18 tile => 'hand in my pocket'
19 );
20
21 # Response is of type Net::Amazon::Response::MP3Downloads
22 my $resp = $ua->request($req);
23
25 "Net::Amazon::Request::MP3Downloads" is a class used to submit MP3
26 download search requests to the Amazon web service.
27
28 The title to search for is specified by the "title" parameter.
29
30 Upon success, the responses' "properties()" method will return a list
31 of "Net::Amazon::Property::MP3" objects.
32
33 Check Net::Amazon::Request for common request parameters not listed
34 here.
35
36 METHODS
37 new( title => $title )
38 Constructs a new "Net::Amazon::Request::MP3Downloads" object, used
39 to query the Amazon web service for items of a given MP3 download.
40
42 Christopher Boumenot, <boumenot+na@gmail.com>
43
45 Copyright 2009 by Christopher Boumenot, <boumenot+na@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.30.0 2019-07-N2e6t::Amazon::Request::MP3Downloads(3)