NAME
WWW::Stickam::API::User::Profile - User/Profile API
SYNOPSYS
my $api = WWW::Stickam::API->new();
if( $api->call('User/Profile' , { user_name => 'stickam' } ) ) {
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-profile
AUTHOR
Tomohiro Teranishi<tomohiro.teranishi@gmail.com>