1.1.1 • Published 3 years ago

egg-muc-apiclient v1.1.1

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

egg-muc-apiclient

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-muc-apiclient --save

Usage

// {app_root}/config/plugin.js
exports.mucApiClient = {
  enable: true,
  package: 'egg-muc-apiclient',
};

Configuration

// {app_root}/config/config.default.js
exports.mucApiClient = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT