Group
Extension

Matches 1

Business-OnlinePayment-BitPay-Client ( B/BI/BITPAY/Business-OnlinePayment-BitPay-Client-2.3.1.tar.gz, BITPAY, 2015; MetaCPAN )
Business-OnlinePayment-BitPay-Client/lib/Business/OnlinePayment/BitPay/Client.pm ( view source; MetaCPAN )
quest;
use LWP::Protocol::https;
use Business::OnlinePayment::BitPay::KeyUtils;
use JSON;
use JSON::Parse 'parse_json';
require IO::Socket::SSL;
use Net::SSLeay;
use Data::Dumper;

sub new {
    my $c
$token;
    $response = post($self, path => "invoices", params => $content);
    my $data = parse_json($response->content)->{'data'};
    return %{$data};
}

sub get_invoice{
    my $self = shift;
   
{'public'};
    my $response = get($self, path => $path, public => $public);
    my $data = parse_json($response->content)->{'data'};
    return %{$data};
}

sub get{
    my $self = shift;
    my %opt

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