first commit
This commit is contained in:
14
NiceHash/nicehashtest.pl
Normal file
14
NiceHash/nicehashtest.pl
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
use lib '/home/steffen/scripte/Nicehash';
|
||||
use Nicehashapi;
|
||||
use Data::Printer;
|
||||
|
||||
my $api = Nicehashapi->new(
|
||||
key => '8bcbda58-5a26-4ce4-8e61-3a0fd894cfbb',
|
||||
secret => '59dc1ee5-a0e6-4ba6-9a9c-a043c350b88b84266786-2d14-4b9f-9ae5-d168ed8376b7',
|
||||
organisation_id => '4c615374-bf85-42fd-860d-b1bf4568c01f'
|
||||
);
|
||||
|
||||
my $data = $api->get_payouts;
|
||||
|
||||
p $data->{list};
|
||||
Reference in New Issue
Block a user