Skip to content

AlchemyCMS/alchemy-json_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

515115e · Sep 17, 2021
Mar 5, 2021
Sep 10, 2021
Sep 15, 2020
Mar 5, 2021
Sep 17, 2021
Sep 10, 2021
Jan 26, 2021
Apr 26, 2020
Feb 17, 2021
Sep 17, 2021
Jan 18, 2021
Apr 24, 2020
Apr 26, 2020
Aug 13, 2021
Mar 5, 2021

Repository files navigation

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.