apeman-app-jsonapi
apeman app for send with JSON API format.
Installation
$ npm install apeman-app-jsonapi --save
Usage
- Define an app within Apemanfile.js
- Call the app via apeman app command.
Apemanfile.js
/** This is an example Apemanfile to use apeman-app-jsonapi */ 'use strict' moduleexports = $pkg: /* ... */ $apps: // Define your own app. 'my-app-01': // Map url and handlers. '/': // Options { // Send response as json api. res }
Then,
$ apeman app my-app-01 -p 3000
Signature
apemanAppJsonapi(options) -> function
Send with JSON API format.
Args
Name | Type | Default | Description |
---|---|---|---|
options | object | Optional settings. | |
options.name | string | jsonapi | Name of jsonapi method in response. |
License
This software is released under the MIT License.