This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install Caged-lighthouse-api
commit 30b60baa08db50bacd9f2bf2f558fa075853ee24
tree dc76897da1d245faccf87609d5d63e830945076d
parent 63a261bf8d3d23a327c94c4dc2e3e300a85c5f83
tree dc76897da1d245faccf87609d5d63e830945076d
parent 63a261bf8d3d23a327c94c4dc2e3e300a85c5f83
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Sep 18 19:43:33 -0700 2008 | [drnic] |
| |
LICENSE | Wed Apr 30 11:20:35 -0700 2008 | [Caged] |
| |
README.markdown | Thu Sep 25 12:48:24 -0700 2008 | [Caged] |
| |
lib/ | Sun Nov 30 21:02:37 -0800 2008 | [technoweenie] |
| |
lighthouse.gemspec | Thu Sep 18 19:43:33 -0700 2008 | [drnic] |
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)




