https://github.com/caged/lighthouse-api
The official Ruby Library for interacting with the Lighthouse API
https://github.com/caged/lighthouse-api
Last synced: about 1 year ago
JSON representation
The official Ruby Library for interacting with the Lighthouse API
- Host: GitHub
- URL: https://github.com/caged/lighthouse-api
- Owner: caged
- License: mit
- Created: 2008-04-30T05:05:04.000Z (about 18 years ago)
- Default Branch: master
- Last Pushed: 2010-10-21T18:53:22.000Z (over 15 years ago)
- Last Synced: 2024-04-15T14:16:59.978Z (about 2 years ago)
- Language: Ruby
- Homepage: http://lighthouseapp.com/api
- Size: 203 KB
- Stars: 104
- Watchers: 5
- Forks: 34
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Lighthouse API
--------------
The official Ruby library for interacting with the [Lighthouse REST API](http://lighthouseapp.com/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:
# For ruby 1.9
# irb -I. -r lighthouse/console.rb
irb -r lighthouse/console
Lighthouse.account = "activereload"
#### You can use `authenticate` OR `token`
Lighthouse.authenticate('username', 'password')
#Lighthouse.token = 'YOUR_TOKEN'
Project.find(:all)
### Contributions
* technoweenie (rick)
* caged (Justin Palmer)
* granth (Grant Hollingworth)
* kneath (Kyle Neath)
* djanowski (Damian Janowski)
* drnic (Dr Nic Williams)
* texel (Leigh Caplan)
* trptcolin (Colin Jones)
* cyberfox (Morgan Schweers)
* krekoten (Крекотень Мар'ян)