Group
Extension

Matches 1

WebService-BR-Vindi ( D/DL/DLIMA/WebService-BR-Vindi-0.04.tar.gz, DLIMA, 2017; MetaCPAN )
WebService-BR-Vindi/lib/WebService/BR/Vindi.pm ( view source; MetaCPAN )
s;

our @ISA = qw();

our $VERSION = '0.04';


# Preloaded methods go here.
use MIME::Base64;
use JSON::XS;
use utf8;

# Configura as URLs de destino baseado na tag raiz
$WebService::BR::Vindi::Target
 );
 $class->{ua}->ssl_opts( verify_hostname => 0 );
 $class->{ua}->env_proxy;

 # JSON helper
 $class->{json} = JSON::XS->new->allow_nonref->utf8;


 bless( $class, $self );
}

#
# Make the next requ
).' if !$_[0]->{app};
 $_[0]->{failsafe} = 1;
 $_[0];
}

sub ua      { shift->{ua} }
sub json    { shift->{json} }
sub app     { shift->{app} }



#
# Faz uma requisição
#
# @param $Endpoint    Tipo

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