Address-PostCode-India

 view release on metacpan or  search on metacpan

lib/Address/PostCode/India.pm  view on Meta::CPAN

Address::PostCode::India - Interface to the India PinCode.

=head1 VERSION

Version 0.13

=cut

use 5.006;
use JSON;
use Data::Dumper;
use Address::PostCode::UserAgent;
use Address::PostCode::India::Place;

use Moo;
use namespace::autoclean;
extends 'Address::PostCode::UserAgent';

our $BASE_URL = 'http://getpincodes.info/api.php';

=head1 DESCRIPTION

lib/Address/PostCode/India/Place.pm  view on Meta::CPAN


Address::PostCode::India::Place - Placeholder for 'place' for Address::PostCode::India.

=head1 VERSION

Version 0.13

=cut

use 5.006;
use Data::Dumper;

use Moo;
use namespace::autoclean;

has 'pincode'  => (is => 'ro');
has 'city'     => (is => 'ro');
has 'district' => (is => 'ro');
has 'state'    => (is => 'ro');

=head1 METHODS

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.197 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )