Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 710 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 710 Bytes

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