egg-api
v1.0.0
Published
Egg RestFul API plugin
Downloads
2
Readme
egg-api
DO NOT USE (Still in development)
Install
$ npm i egg-api --save
Usage
// {app_root}/config/plugin.js
exports.api = {
enable: true,
package: 'egg-api',
};
Configuration
// {app_root}/config/config.default.js
exports.api = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.