Caged / lighthouse-api

The official Ruby Library for interacting with the Lighthouse API

This URL has Read+Write access

Caged (author)
Thu Dec 17 11:14:20 -0800 2009
commit  1355c55bba898f3f79fd24a30a3f11ddaa3cd75c
tree    4d6078610187ca225ba5be6b30097243b69cde01
parent  00f4a98bfac9f632e50fe170706568ee9e0f3430
README.markdown

Lighthouse API

The official Ruby library for interacting with the Lighthouse REST API.

Documentation & Requirements

  • ActiveResource
  • ActiveSupport

Check out lib/lighthouse.rb for examples and documentation.

Using The Lighthouse Console

The Lighthouse library comes with a convenient console for testing and quick commands (or whatever else you want to use it for).

From /lib:

irb -r lighthouse/console
Lighthouse.account = "activereload"

#### You can use `authenticate` OR `token`
Lighthouse.authenticate('username', 'password')
#Lighthouse.token = 'YOUR_TOKEN'

Project.find(:all)