Group
Extension

Matches 1

IP-Info ( M/MA/MANWAR/IP-Info-0.18.tar.gz, MANWAR, 2019; MetaCPAN )
IP-Info/lib/IP/Info.pm ( view source; MetaCPAN )

IP::Info - Interface to IP geographic and network data.

=head1 VERSION

Version 0.18

=cut

use JSON;
use Data::Dumper;

use IP::Info::Response;
use IP::Info::Response::Network;
use IP::Info::Respon
intf("%s/%s?apikey=%s&sig=%s&format=json", $self->base_url(), $ip, $self->api_key, $self->_sig());
    my $response = $self->get($url);
    my $content  = from_json($response->{content});

    return 

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