Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 protected])"

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.

About

ruby gem to communicate with new Basecamp API

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages