All Projects → caged → Lighthouse Api

caged / Lighthouse Api

Licence: mit
The official Ruby Library for interacting with the Lighthouse API

Programming Languages

ruby
36898 projects - #4 most used programming language

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:

# 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 (Крекотень Мар'ян)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].