1.0.10 • Published 7 years ago

@wize/soap-runtime v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

##SOAP SOURCE @wize/soap-runtime

##Description

Register api for soap source objects.

##Usage

###Installation

npm install --save @wize/soap-runtime

###Initialize

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

    soapRuntime(this.app,__dirname);

}

##Test

npm run test

##License MIT License

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago