文件名称:node-statuscake:StatusCake API 客户端库
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-03 00:50:27
JavaScript
状态蛋糕 Node.js 的客户端库。 用法 var statuscake = require("statuscake"); statuscake .username("Clapton") .key("IGotTheKeyToTheHighway"); statuscake.tests(function (err, allTests) { // ... }); 方法列表: auth(callback) tests(callback) testsDetails(id, callback) testsUpdate(data, callback) testsPeriods(id, callback) testsDelete(id, callback) testsChecks(id, callback) contactGroups(callback) contact
【文件预览】:
node-statuscake-master
----.gitignore(570B)
----README.md(891B)
----test()
--------mocha.opts(38B)
--------location.js(402B)
--------auth.js(463B)
--------helper.js(465B)
--------test.js(3KB)
----LICENSE(1KB)
----package.json(692B)
----index.js(58B)
----api.js(3KB)