The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Stickam::API::Search::Media - Search/Media API

SYNOPSYS

 my $api = WWW::Stickam::API->new();
 if( $api->call('Search/Media' , { type=>'video' , text="Welcome to 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/#media-search

AUTHOR

Tomohiro Teranishi<tomohiro.teranishi@gmail.com>