Skip to content
/ logan Public
forked from birarda/logan

ruby gem to communicate with new Basecamp API

License

Notifications You must be signed in to change notification settings

rbushell/logan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 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@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.

About

ruby gem to communicate with new Basecamp API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%