Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 776 Bytes

README.markdown

File metadata and controls

26 lines (18 loc) · 776 Bytes

Ruby gem to communicate with new Basecamp API.

Gem Version

###Documentation Documentation is here.

###Examples

basecamp_ID = "12345678"
auth_hash = { :username => "username", :password => "password" }
user_agent = "LoganUserAgent (email@example.com)"

logan = Logan::Client.new(basecamp_ID, auth_hash, user_agent)

basecamp_projects = logan.projects

###To do

  • use Basecamp's HTTP caching
  • implement other Basecamp APIs

If there is something you're looking for from the gem, please open up an issue and let me know!

###Logan? Mount Logan is the highest mountain in Canada and the second-highest peak in North America, after Mount McKinley.