Group
Extension

Matches 1

Net-MailChimp ( A/AR/ARTHAS/Net-MailChimp-0.2.0.tar.gz, ARTHAS, 2024; MetaCPAN )
Net-MailChimp/lib/Net/MailChimp.pm ( view source; MetaCPAN )
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(

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