texel / lighthouse-api forked from Caged/lighthouse-api
- Source
- Commits
- Network (15)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
a8f4362
commit a8f43628eef2b581f21e9355e137d17d672dd915
tree 410e96ecbe8c98288d3bd6556359d274dc215fac
parent c17c7266a03d99ba12aa9bfa47e0ab16fce9ca4a
tree 410e96ecbe8c98288d3bd6556359d274dc215fac
parent c17c7266a03d99ba12aa9bfa47e0ab16fce9ca4a
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Sep 18 19:43:33 -0700 2008 | |
| |
LICENSE | Wed Apr 30 11:20:35 -0700 2008 | |
| |
README.markdown | Thu Sep 25 12:48:24 -0700 2008 | |
| |
lib/ | ||
| |
texel-lighthouse-api.gemspec |
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)

