An open API service indexing awesome lists of open source software.

https://github.com/apiqcms/kms_api

Public API to make APIQ headless
https://github.com/apiqcms/kms_api

Last synced: 3 months ago
JSON representation

Public API to make APIQ headless

Awesome Lists containing this project

README

          

## KMS Api

This extension adds "Api" feature in [KMS](https://github.com/apiqcms/kms) and allows to fetch data from different Kms::Models.

## Installation

1. Add to Gemfile

gem "kms_api"
# or for edge version:
gem "kms_api", github: "webgradus/kms_api"

2. Bundle:

bundle install

3. Run generator:

rails g kms_api:install

4. Bundle again:

bundle install

5. Restart KMS instance