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
- Host: GitHub
- URL: https://github.com/apiqcms/kms_api
- Owner: apiqcms
- License: mit
- Created: 2018-06-15T12:47:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T10:20:36.000Z (over 7 years ago)
- Last Synced: 2025-07-26T11:47:16.850Z (7 months ago)
- Language: Ruby
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: MIT-LICENSE
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