YellowBot::API

The great new YellowBot::API!
Download

YellowBot::API Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ask Bjorn Hansen
  • Publisher web site:
  • http://search.cpan.org/~abh/

YellowBot::API Tags


YellowBot::API Description

YellowBot::API is a Perl module that provides the great new YellowBot API!SYNOPSIS use YellowBot::API; my $api = YellowBot::API->new (api_key => $api_key, api_secret => $api_secret, ); # if you are in Canada... # $api->server('http://www.weblocal.ca/'); my $data = $api->call('location/details', id => '/solfo-burbank-ca.html' api_version => 1, get_pictures => 10, ); print $data->{name}, "\n"; for my $p ( @{ $data->{pictures} } ) { print $p->{url}, "\n"; } my $signin_url = $api->signin_url( domain => 'reputation.example.com', api_user_identifier => 'abc123', brand => 'yellowbot', );Product's homepage


YellowBot::API Related Software