Group
Extension

Matches 1

WWW-Google-PageSpeedOnline ( M/MA/MANWAR/WWW-Google-PageSpeedOnline-0.29.tar.gz, MANWAR, 2019; MetaCPAN )
WWW-Google-PageSpeedOnline/lib/WWW/Google/PageSpeedOnline.pm ( view source; MetaCPAN )
 - Interface to Google Page Speed Online API.

=head1 VERSION

Version 0.29

=cut

use 5.006;
use JSON;
use Data::Dumper;

use WWW::Google::UserAgent;
use WWW::Google::UserAgent::DataTypes -all;
use W
 $url      = $self->_url($params, $values);
    my $response = $self->get($url);

    return from_json($response->{content});
}

=head2 stats()

Returns the object L<WWW::Google::PageSpeedOnline::Stat

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