Group
Extension

Matches 1

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

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

        # die $self->endpoint_uri . "$path";
        # use Data::Dump qw/dump/; die dump($reqa
esult;
        croak $res->message .': ' . $res->body if !$res->is_success;

        return $res->json;
    }

    sub _validate_method($self, $method) {
        confess 'Invalid-method' if !defined f

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