public
Description: The official Ruby Library for interacting with the Lighthouse API
Homepage: http://lighthouseapp.com/api
Clone URL: git://github.com/Caged/lighthouse-api.git
name age message
file .gitignore Thu Sep 18 19:43:33 -0700 2008 added a gemspec + lighthouse-api -> lighthouse [drnic]
file LICENSE Wed Apr 30 11:20:35 -0700 2008 Format README for GitHub and update docs [Caged]
file README.markdown Thu Sep 25 12:48:24 -0700 2008 Documentation for using the Lighthouse console [Caged]
directory lib/ Mon May 18 11:08:59 -0700 2009 Fix ticket.tags, which was broken by Tag.new re... [cyberfox]
file lighthouse-api.gemspec Wed Oct 15 20:25:34 -0700 2008 Renaming gemspec. [djanowski]
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)