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