apeman-demo-api
Demo of api projects
Installation
$ npm install apeman-demo-api --save
Usage
Define a module in Apemanfile and run the server.
/** Example of Apemanfile.js */ 'use strict' const co = let NODE_ENV = processenv moduleexports = $cwd: __dirname $pkg: /* ... */ $proto: /* ... */ $api: // Define APIs 'module01': logging: NODE_ENV === 'development'
Then, call the module from client script
#!/usr/bin/env node /** * Example client */'use strict' const co = const apemanApiClient =
Methods
The following methods are provided by the API.
.ping(pong)
Test the reachability of the api.
Param | Type | Description |
---|---|---|
pong | string |
Pong message to return |
License
This software is released under the MIT License.