@wize/rest-runtime

1.0.3 • Public • Published

##REST SOURCE @wize/rest-runtime

##Description

Register api for rest source objects.

##Usage

###Installation

npm install --save @wize/rest-runtime

###Initialize

import restRuntime from '@wize/rest-runtime'
.
.
.
/*
app : Koa app in which the routes will be registered.
directoryName : directory of the source file. 
*/
export function init() {

    restRuntime(this.app,__dirname);

}

##Test

npm run test

##License MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i @wize/rest-runtime

Weekly Downloads

0

Version

1.0.3

License

MIT

Last publish

Collaborators

  • praveennegi
  • at1nder
  • harishtejwani