1.2.0 • Published 6 years ago

egg-gymbo-acm-client v1.2.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

egg-gymbo-acm-client

Install

$ npm i egg-gymbo-acm-client --save

Usage

// {app_root}/config/plugin.js
exports.gymboAcmClient = {
  enable: true,
  package: 'egg-gymbo-acm-client',
};

Configuration

// {app_root}/config/config.default.js
exports.gymboAcmClient = {
    url:'http://xxx.xxx.com',
    interval:'10s'
};

Example

ctx.helper.gymboAcmGetConfig(key)
ctx.helper.gymboAcmGetLatestConfig(key)
ctx.helper.gymboAcmGetAllConfig()
ctx.helper.gymboAcmGetAllLatestConfig()
ctx.helper.gymboAcmDelConfig(key)
ctx.helper.gymboAcmSetConfig(key,content)
1.2.0

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

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