Group
Extension

Matches 1

Dubber-API ( N/NI/NIGELM/Dubber-API-0.011.tar.gz, NIGELM, 2018; MetaCPAN )
Dubber-API/lib/Dubber/API.pm ( view source; MetaCPAN )
RSION
our $AUTHORITY = 'cpan:NIGELM'; # AUTHORITY

use Mouse;
use Method::Signatures;
use Cpanel::JSON::XS;
use Crypt::Digest::MD5 qw[md5_b64];
use Crypt::Digest::SHA256 qw[sha256_hex];
use DateTime;
 HTTP::Request->new( 'POST', $uri );
    $request->header(
        'Accept'       => 'application/json',
        'Content-type' => 'application/x-www-form-urlencoded'
    );

    # token request conte
-------------------
has json_coder => (
    is         => 'ro',
    isa        => 'Cpanel::JSON::XS',
    lazy_build => 1,
);

method _build_json_coder () { return Cpanel::JSON::XS->new->utf8; }

# --

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