Cherry
Cherry is a flavor of RESTful API development which provides you with the ability to generate endpoints from model resources. Cherry requires the Grape API gem.
Installation
Add this line to your application's Gemfile:
gem 'cherry'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install cherry
Usage
Contributing
- Fork it ( https://github.com/[my-github-username]/cherry/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 a new Pull Request