Group
Extension

Matches 1

WWW-Google-APIDiscovery ( M/MA/MANWAR/WWW-Google-APIDiscovery-0.28.tar.gz, MANWAR, 2019; MetaCPAN )
WWW-Google-APIDiscovery/lib/WWW/Google/APIDiscovery.pm ( view source; MetaCPAN )
 - Interface to Google API Discovery Service.

=head1 VERSION

Version 0.28

=cut

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

use WWW::Google::UserAgent;
use WWW::Google::APIDiscovery::API;
use WWW::Goog
$api_id]" unless defined $api;

    my $response = $self->get($api->url);
    my $contents = from_json($response->{content});

    return WWW::Google::APIDiscovery::API::MetaData->new($contents);
}

=
ed_apis {
    my ($self) = @_;

    my $response = $self->get($BASE_URL);
    my $contents = from_json($response->{content});

    $self->kind($contents->{kind});
    $self->version($contents->{discov

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