Skip to content

dimaspriyanto/cheddargetter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wrapper for the Cheddar Getter API. Currently limited to the subset of API calls we actually use…

gem install cheddargetter -s http://gemcutter.org/

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 Cheddar Getter API:

Copyright © 2009 Atlantic Dominion Solutions. See LICENSE for details.

About

Ruby wrapper for the CheddarGetter API

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors