-
-
19 Feb 2015 02:43:13 UTC
- Distribution: WebService-Snapcard
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (309 / 157 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (9.56KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
WebService::Snapcard - Snapcard (http://www.snapcard.io) API bindings
VERSION
version 0.0001
SYNOPSIS
use WebService::Snapcard; my $snap = WebService::Snapcard->new( api_key => 'API_KEY', api_secret => 'API_SECRET', logger => Log::Tiny->new('/tmp/snap.log'), # optional ); my $balance = $snap->get_merchant_balance()->{balances}{usd};
METHODS
get_merchant_balance
get_merchant_balance()
Get merchant account balance.
get_invoices
get_invoices()
Get a list of all invoices on account.
AUTHOR
Naveed Massjouni <naveed@vt.edu>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Naveed Massjouni.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install WebService::Snapcard, copy and paste the appropriate command in to your terminal.
cpanm WebService::Snapcard
perl -MCPAN -e shell install WebService::Snapcard
For more information on module installation, please visit the detailed CPAN module installation guide.