args = {
%$args,
};
my $datatransport = $method eq 'get' ? 'form' : 'json';
my $res = $self->ua->$method( $self->endpoint_uri . "$path" =>
{
return { httpstatus => $res->code, message => $res->body };
}
return $res->json;
}
sub md5($self, $string) {
return md5_hex($string);
}
sub md5address(