A JSON-API based API for AlchemyCMS
Mount the engine in your config/routes.rb
file where you want, like this:
mount Alchemy::JsonApi::Engine => "/jsonapi/"
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
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.