1Net::Amazon::Validate::UTsyepre(C3o)ntributed Perl DocumNeentt:a:tAimoanzon::Validate::Type(3)
2
3
4
6 Net::Amazon::Validate - Validate user supplied options against known
7 valid options.
8
10 use Net::Amazon::Validate;
11
12 # ...
13
14 my $valid = Net::Amazon::Validate::factory(operation => 'ResponseGroup',
15 );
16
17 $valid->ResponseGroup([qw(Small Request)]);
18 $valid->ResponseGroup('Large');
19
21 METHODS
22 Asin()
23 The item's ASIN number.
24
25 Please check the subclasses of "Net::Amazon::Validate" for specialized
26 methods.
27
29 I should probably add a function to dispatch calls automatically, that
30 way the user doesn't have to explicity call a function to verify an
31 option. It would make it very easy to write loops to validate input.
32
34 This library was designed to validate ResponseGroup requests only.
35 Support for other parameters were autogenerated but not verified. The
36 biggest problems are with the intrepration of 'Integers 1 to 30', 'A
37 Merchant ID', or 'Amazon (the default value)'.
38
40 Christopher Boumenot, <boumenot@gmail.com>
41
43 Copyright 2006 by Christopher Boumenot <boumenot@gmail.com>
44
45 This library is free software; you can redistribute it and/or modify it
46 under the same terms as Perl itself.
47
48
49
50perl v5.32.1 2021-01-27 Net::Amazon::Validate::Type(3)