Group
Extension

Matches 1

Paymill-REST ( M/MD/MDIETRICH/Paymill-REST-0.02.tar.gz, MDIETRICH, 2013; MetaCPAN )
Paymill-REST/lib/Paymill/REST/Base.pm ( view source; MetaCPAN )
ons::List';
with 'Paymill::REST::Operations::Create';

use LWP::UserAgent;
use HTTP::Request;
use JSON::XS;

has type    => (is => 'ro', required => 1, isa => 'Str');
has debug   => (is => 'rw', requi
ader(Accept => 'application/json');
    $req->content_type('application/json');
    $req->uri($uri);

    if ($query) {
        $self->_debug("Adding params: " . encode_json($query));
        $req->ur
ent: '" . $res->content . "'");
        if ($res->content !~ /^\s*$/) {
            return decode_json($res->content);
        } else {
            return undef;
        }
    }
}

=head2 _debug

Para

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