Group
Extension

Matches 2

Net-Stripe ( S/SH/SHERRARDB/Net-Stripe-0.42.tar.gz, SHERRARDB, 2020; MetaCPAN )
Net-Stripe/lib/Net/Stripe.pm ( view source; MetaCPAN )
/GET POST DELETE/;
use MIME::Base64 qw/encode_base64/;
use URI::Escape qw/uri_escape/;
use JSON qw/decode_json/;
use URI qw//;
use DateTime qw//;
use Net::Stripe::TypeConstraints;
use Net::Stripe::Con
tus_line . " - " . $resp->content,
        );
    }

    my $e = eval {
        my $hash = decode_json($resp->content);
        Net::Stripe::Error->new($hash->{error})
    };
    if ($@) {
        Net
st $req!) {
    my $resp = $self->_get_response(
        req => $req,
    );
    my $ref = decode_json( $resp->content );
    if ( ref( $ref ) eq 'ARRAY' ) {
        # some list-type data structures a
Net-Stripe ( S/SH/SHERRARDB/Net-Stripe-0.42.tar.gz, SHERRARDB, 2020; MetaCPAN )
Net-Stripe/lib/Net/Stripe/Resource.pm ( view source; MetaCPAN )
{ $_[0] } : @_;

    # Break out the JSON::XS::Boolean values into 1/0
    for my $field (keys %args) {
        if (ref($args{$field}) =~ /^(JSON::XS::Boolean|JSON::PP::Boolean)$/) {
            $args

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