| WWW-Stickam-API documentation | view source | Contained in the WWW-Stickam-API distribution. |
WWW::Stickam::API::User::Video - User/Video API
my $api = WWW::Stickam::API->new();
if( $api->call('User/Video' , { user_name => 'stickam' , page => 1 , per_page => 2 } ) ) {
print Dumper $api->get();
print $api->get_XML();
print $api->get_JSON();
}
else {
print $api->error ;
}
http://labs.stickam.jp/api/#user-video
Tomohiro Teranishi<tomohiro.teranishi@gmail.com>
| WWW-Stickam-API documentation | view source | Contained in the WWW-Stickam-API distribution. |