Group
Extension

Matches 3

Net-Mailboxlayer ( T/TH/THINC/Net-Mailboxlayer-0.003.tar.gz, THINC, 2017; MetaCPAN )
Net-Mailboxlayer/lib/Net/Mailboxlayer.pm ( view source; MetaCPAN )
er::VERSION = '0.003';

use URI::URL;
use LWP::UserAgent;
use Scalar::Util 'blessed';
use JSON::MaybeXS qw(JSON);

use Net::Mailboxlayer::Error;
use Net::Mailboxlayer::Response;

sub new
{
    my ($cl
catch_all)],
        _json => JSON->new,
    }, $class;

    foreach my $prop (qw (endpoint access_key email_address smtp format callback catch_all user_agent_opts user_agent json_decoder))
    {
    
er_agent};
}

sub json_decoder
{
    my ($self, $val) = @_;

    if ($val and blessed $val and $val->can('decode'))
    {
        $self->{_json} = $val;
    }
    return $self->{_json};
}

sub _build_
Net-Mailboxlayer ( T/TH/THINC/Net-Mailboxlayer-0.003.tar.gz, THINC, 2017; MetaCPAN )
Net-Mailboxlayer/lib/Net/Mailboxlayer/Response.pm ( view source; MetaCPAN )
 would not normally need to access this.

 print $result->response->decoded_content; # prints the JSON return from the api call.

=head1 AUTHOR

Tom Heady <cpan@punch.net>

=head1 COPYRIGHT & LICENSE
Net-Mailboxlayer ( T/TH/THINC/Net-Mailboxlayer-0.003.tar.gz, THINC, 2017; MetaCPAN )
Net-Mailboxlayer/lib/Net/Mailboxlayer/Error.pm ( view source; MetaCPAN )
You do not normally need to access this.

 print $result->response->decoded_content; # prints the JSON return from the api call.


=head1 AUTHOR

Tom Heady <cpan@punch.net>

=head1 COPYRIGHT & LICENSE

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