NAME
WWW::Stickam::API::User::Image - User/Image API
SYNOPSYS
my $api = WWW::Stickam::API->new();
if( $api->call('User/Image' , { user_name => 'stickam' , page => 1 , per_page => 2 } ) ) {
print Dumper $api->get();
print $api->get_XML();
print $api->get_JSON();
}
else {
print $api->error ;
}
METHOD
uri
SEE ALSO
http://labs.stickam.jp/api/#user-image
AUTHOR
Tomohiro Teranishi<tomohiro.teranishi@gmail.com>