No commit activity in last 3 years
No release in over 3 years
Ruby wrapper for the CheddarGetter API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

CheddarGetter

Wrapper for the Cheddar Getter API. Still in the alpha stages. Usable but doesn't yet support the full api.

Installation

gem install cheddargetter

Usage

Create a CheddarGetter object with your username (email), password, and product code:

@cheddar_getter = CheddarGetter.new('me@mysite.com', 'password', 'MY_PRODUCT')

Now you can call methods that correspond to the CheddarGetter API. For example, to get a list of all plans:

@cheddar_getter.plans

For the available methods and more detailed information on each, see the RDocs and the Cheddar Getter API.

Contributors

Thanks to jonnii for kicking new life into the project by adding some new methods long after we let this thing get stale.

Copyright

Copyright (c) 2010 Atlantic Dominion Solutions. See LICENSE for details.