public
Description: Simple Glue (getglue.com) API wrapper in Ruby
Homepage:
Clone URL: git://github.com/bdotdub/gluby.git
gluby /
name age message
file .document Tue May 19 20:08:47 -0700 2009 Initial commit to gluepi. [bdotdub]
file .gitignore Tue May 19 20:08:47 -0700 2009 Initial commit to gluepi. [bdotdub]
file LICENSE Tue May 19 20:08:47 -0700 2009 Initial commit to gluepi. [bdotdub]
file README.rdoc Wed Jun 10 17:33:30 -0700 2009 changed some more gluestick => gluby [bdotdub]
file Rakefile Wed Jun 10 19:51:28 -0700 2009 updating requirements and changing monkeyspecodc [bdotdub]
file VERSION Wed May 20 15:18:16 -0700 2009 Version bump to 0.0.0 [Benny Wong]
directory examples/ Wed Jun 10 17:33:30 -0700 2009 changed some more gluestick => gluby [bdotdub]
directory lib/ Sat Jun 13 11:23:07 -0700 2009 added reply to interaction and fixed some app/s... [bdotdub]
directory test/ Sat Jun 13 11:23:07 -0700 2009 added reply to interaction and fixed some app/s... [bdotdub]
README.rdoc

Gluby

Ruby bindings for the Glue API (getglue.com/api).

Usage

Before making any calls to Glue, you must login. To do that, call:

  Gluby.login(username, password)

Documentation

For documentation, please refer to: rdoc.info/projects/bdotdub/gluby

Examples

For examples on how to use the library, please refer to the `examples` directory or github.com/bdotdub/gluby/tree/master/examples

Installation

To install it as a gem, run:

  $ sudo gem install bdotdub-gluby --source=http://gems.github.com

Author

Copyright

Copyright © 2009 Benny Wong. See LICENSE for details.