NAME
Net::Lighthouse::Base - Base
SYNOPSIS
use Net::Lighthouse::Base;
ATTRIBUTES
- account
 - 
read only, returns account string, e.g. 'foo' as in http://foo.lighthouseapp.com
 - auth
 - 
a hashref like { token => '... } or { email => '...', password => '...' }.
 
INTERFACE
- base_url
 - 
the base_url string, e.g. 'http://foo.lighthouseapp.com'
 - ua
 - 
returns an LWP::UserAgent object, with agent, content-type and auth stuff prefilled.
 
SEE ALSO
http://lighthouseapp.com/api/the-basics
AUTHOR
sunnavy <sunnavy@bestpractical.com>
LICENCE AND COPYRIGHT
Copyright 2009-2010 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.