Group
Extension

Matches 1

WWW-RottenTomatoes ( C/CV/CVEGA/WWW-RottenTomatoes-0.03.tar.gz, CVEGA, 2011; MetaCPAN )
WWW-RottenTomatoes/lib/WWW/RottenTomatoes.pm ( view source; MetaCPAN )
for my $key ( keys %args ) {
        $self->{$key} = $args{$key};
    } 

    $self->{params} = '.json?apikey=' . $self->{api_key};
    if ( $self->{pretty_print} eq 'true') {
        $self->{params} 
DESCRIPTION

This module is intended to provide an interface between Perl and the Rotten
Tomatoes JSON API. The Rotten Tomatoes API is a RESTful web service. In order
to use this library you must prov
6-1 alpha-2)

=head2 $obj->callback(...)

JSONP Support

    $obj->callback(
        callback_fn => method();
    );

* B< callback_fn >

The API supports JSONP calls. Simply append a callback paramet

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.