/kms_api

Public API to make APIQ headless

Primary LanguageRubyMIT LicenseMIT

KMS Api

This extension adds "Api" feature in 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