;
use Moose;
use Log::Log4perl qw(:easy);
use LWP::UserAgent;
use DateTime;
use Time::HiRes;
use JSON;
use Data::Dumper;
use Readonly;
use Try::Tiny;
use HTTP::Request::Common;
use DBI;
use Carp qw(c
$VERSION",
keep_alive => 1,
);
$globalua->default_header('Accept' => 'application/json');
return $globalua;
}
=head2 application
The application name to be used for the rest meth
od, $rest_data) = @_;
my $res = $self->_rest_request_no_json($method, $rest_data);
my ($response, $msg) = try {
return(JSON->new->decode($res->content), 0);
} catch {
retu