| WWW-Stickam-API documentation | view source | Contained in the WWW-Stickam-API distribution. |
WWW::Stickam::API::User::Profile - User/Profile API
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 ;
}
http://labs.stickam.jp/api/#user-profile
Tomohiro Teranishi<tomohiro.teranishi@gmail.com>
| WWW-Stickam-API documentation | view source | Contained in the WWW-Stickam-API distribution. |