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

  1. Fork it ( https://github.com/[my-github-username]/cherry/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request