Group
Extension

Matches 1

Net-FattureInCloud ( A/AR/ARTHAS/Net-FattureInCloud-0.2.3.tar.gz, ARTHAS, 2022; MetaCPAN )
Net-FattureInCloud/lib/Net/FattureInCloud.pm ( view source; MetaCPAN )
args = {
            %$args,
        };

        my $datatransport = $method eq 'get' ? 'form' : 'json';

        my $res = $self->ua->$method( $self->endpoint_uri . "$path" =>
            { Authoriza
esult;
        croak $res->message .': ' . $res->body if !$res->is_success;

        return $res->json;
    }

    sub crequest($self, $path, $method, $args = {}) {
        croak 'Please provide path'
args = {
            %$args,
        };

        my $datatransport = $method eq 'get' ? 'form' : 'json';

        my $res = $self->ua->$method( $self->endpoint_uri . 'c/' . $self->company_id . "/$path

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