Campi
Ruby API Wrapper for the new Basecamp API.
The all-new Basecamp has an all-new API. It is not compatible with the Basecamp Classic API.
Based on official Basecamp API documentation.
Campi?
Campi is the plural form of campus. The goal of this gem is give you all the necessary powers to extend multiply Basecamp. So, you get it! In some way, pluralize Basecamp :+1:.
Installation
Add this line to your application's Gemfile:
gem 'campi'
And then execute:
$ bundle
Or install it yourself as:
$ gem install campi
Usage
:warning: WIP :warning:
Later on, usage instructions will be here.
Contributing
- Fork it ( http://github.com/tomasmuller/campi/fork )
- 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