Group
Extension

Matches 1

WebService-Coincheck ( B/BA/BAYASHI/WebService-Coincheck-0.04.tar.gz, BAYASHI, 2018; MetaCPAN )
WebService-Coincheck/lib/WebService/Coincheck.pm ( view source; MetaCPAN )
:SHA qw/hmac_sha256_hex/;
use String::CamelCase qw/camelize/;
use Class::Load qw/load_class/;
use JSON qw//;
use Class::Accessor::Lite (
    ro  => [qw/
        api_base
        access_key
        sec
re
        nonce
        decode_json
    /],
);

our $VERSION = '0.04';

sub new {
    my $class = shift;
    my %args  = @_;

    my $self = bless {
        decode_json => 0,
        api_base    => '
__ . "/$VERSION",
            default_headers => {
                'Content-Type' => 'application/json',
                'ACCESS-KEY'   => $self->access_key,
            },
            timeout => 15,

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