Ruby Client Library
The Recurly Recurly Client library is an open source library to interact with Recurly’s subscription management from your Ruby application. The library interacts with Recurly’s REST API.
View the GitHub project site or download as a zip file.
Configuration
First, install the recurly gem and setup your authentication credentials:
Recurly.api_key = 'abcdef01234567890abcdef01234567890'
Recurly.js.private_key = 'abcdef01234567890abcdef01234567890'
Recurly API Google Group
Looking for help? Join our Recurly API Google Group to ask questions and share ideas with the Recurly API community.
