Group
Extension

Matches 1

WWW-Google-KnowledgeGraphSearch ( M/MA/MANWAR/WWW-Google-KnowledgeGraphSearch-0.07.tar.gz, MANWAR, 2019; MetaCPAN )
WWW-Google-KnowledgeGraphSearch/lib/WWW/Google/KnowledgeGraphSearch.pm ( view source; MetaCPAN )
o Google Knowledge Graph Search API.

=head1 VERSION

Version 0.07

=cut

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

use WWW::Google::UserAgent;
use WWW::Google::UserAgent::DataTypes qw(:all);
u
  }

    $url->query_form($params);

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

    my $results = [];
    foreach my $result (@{$contents->{itemListEleme

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