::VerifyEmail::VERSION = '0.03';
use 5.006;
use Moo;
use Net::HTTP::Tiny qw(http_get);
use JSON qw(decode_json);
use WebService::VerifyEmail::Response;
has username => (is => 'ro');
has password => (
rd,
$email_address);
return WebService::VerifyEmail::Response->new( decode_json( http_get($url) ) );
}
1;
=head1 NAME
WebService::VerifyEmail - check validity of an email add