kettle-carte

1.1.0 • Public • Published

Kettle Carte管理API的封装库

兼容到Kettle 7.1, 其他版本未测试

引用

npm i kettle-carte

示例:

const Carte = require("kettle-carte");

let client = new Carte("localhost", 80, "cluster", "cluster");

setImmediate(async () => {
  let d = await client.status();
  console.log(JSON.stringify(d));
});

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i kettle-carte

    Weekly Downloads

    6

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    7.48 MB

    Total Files

    11

    Last publish

    Collaborators

    • wbenxin