Skip to content

pm5/node-statuscake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StatusCake

StatusCake API client library for Node.js.

Usage

var statuscake = require("statuscake");

statuscake
  .username("Clapton")
  .key("IGotTheKeyToTheHighway");

statuscake.tests(function (err, allTests) {
  // ...
});

List of methods:

  • auth(callback)
  • tests(callback)
  • testsDetails(id, callback)
  • testsUpdate(data, callback)
  • testsPeriods(id, callback)
  • testsDelete(id, callback)
  • testsChecks(id, callback)
  • contactGroups(callback)
  • contactGroupsUpdate(data, callback)
  • alerts(callback) and alerts(id, callback)
  • locationsJSON(callback)
  • locationsXML(callback)
  • locationsTXT(callback)

All callbacks take (err, data) as parameters.

See StatusCake API Documentation for their usages.

License

MIT License

About

StatusCake API client library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published