Skip to content

cgerrior/cpan-net-recurly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Net::Recurly - Recurly client library

SYNOPSIS

  use Net::Recurly;

  my $R = Net::Recurly->new(
      username => '[email protected]',
      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

No packages published

Languages

  • Perl 100.0%