Skip to content

v1.1.0

Compare
Choose a tag to compare
@benburwell benburwell released this 12 Jan 23:33
· 4 commits to master since this release
v1.1.0

This release updates the client to allow use of the alert_minutes and alert_days parameters to the getAlerts() API call.

Example usage:

client.getAlerts({ alert_minutes: 10 }).then(function(alerts) {
  console.log(alerts);
}).catch(function (err) {
  console.error(err);
});

The object parameter to getAlerts() is optional; not providing an argument will not filter alerts (same as existing behavior).

This release tag is signed with PGP key 0x67A36ECD and can be verified with $ git tag --verify v1.1.0.