The new Basecamp API Ruby wrapper. Currently support only rails, feel free to help me get rid of Rails dependency. Based on mattgaidica repo basecamp-wrap
Add this line to your application's Gemfile:
gem 'basecampx'
And then execute:
$ bundle
Or install it yourself as:
$ gem install basecampx
Generate config file
$ rails g basecampx:install
Edit config file (config/basecampx.yaml) with your new basecamp login details
Get all people from account
Basecamp.people
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
The new Basecamp API https://github.com/37signals/bcx-api The Basecamp Classic API https://github.com/37signals/basecamp-classic-api