@36node/bus-op-sdk 中文文档教程
@36node/bus-op-sdk
主要负责报警处置和工单系统。
Install
yarn add @36node/bus-op-sdk
Usage
const SDK = require("@36node/bus-op-sdk");
const sdk = new SDK({ base: "http://localhost:3000" });
await sdk.alert.listAlerts();
await sdk.fault.listFaults();
await sdk.warning.listWarnings();
Test
yarn test:int
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Author
module © 36node, Released under the MIT License.
Authored and maintained by 36node with help from contributors (list).
GitHub @36node
更多
你可能也喜欢
- 163-music 中文文档教程
- @1amageek/passkit 中文文档教程
- @1hive/connect-gardens 中文文档教程
- @2o3t-core/plugin-third-party 中文文档教程
- @3kles/kles-material-filechooser 中文文档教程
- @4geit/rct-todo-list-component 中文文档教程
- @4geit/swg-reporter-helper 中文文档教程
- @4tw/prettier-config 中文文档教程
- @58zf/test-org-module 中文文档教程
- @abdelrahman-elkady/partial-function-builder 中文文档教程