- 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