Alchemy::JsonApi

A JSON-API based API for AlchemyCMS

Usage

Mount the engine in your config/routes.rb file where you want, like this:

  mount Alchemy::JsonApi::Engine => "/jsonapi/"

Installation

Add this line to your application's Gemfile:

gem 'alchemy-json_api'

And then execute:

$ bundle

Or install it yourself as:

$ gem install alchemy-json_api

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.