forked from lukec/cpan-net-recurly
-
Couldn't load subscription status.
- Fork 0
Perl Recurly API client - Net::Recurly
Couldn't load subscription status.
cgerrior/cpan-net-recurly
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Net::Recurly - Recurly client library
SYNOPSIS
use Net::Recurly;
my $R = Net::Recurly->new(
username => 'api-test@your-domain.com',
password => 'your-password',
subdomain => 'your-domain',
);
my $subscription = $r->get_subscription('your-account-code');
DESCRIPTION
Net::Recurly is a thin layer around the Recurly.com API. It currently only
supports GET requests, although supporting the API more fully is planned.
The XML responses are returned as a hash, using XML::Simple.
SEE ALSO
The Recurly API documentation: http://docs.recurly.com/
BUGS AND DEFECTS
This module is a simple first draft, it is not complete, it does not have tests.
YMMV, IANAL, Patches Welcome.
COPYRIGHT
Copyright 2011 Luke Closs.
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
About
Perl Recurly API client - Net::Recurly
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Perl 100.0%