opsgenie-sdk
Advanced tools
Comparing version 0.4.4 to 0.4.5
@@ -21,3 +21,2 @@ "use strict"; | ||
alertV2: require('./alertV2/AlertV2')(), | ||
alert: require('./resources/Alert')(), | ||
user: require('./resources/User')(), | ||
@@ -24,0 +23,0 @@ group: require('./resources/Group')(), |
{ | ||
"name": "opsgenie-sdk", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "OpsGenie Node.js SDK", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -44,3 +44,12 @@ # OpsGenie Node.js SDK | ||
Those using the European Service Region should set the EU endpooint in the configuration along with the API key. | ||
```js | ||
opsgenie.configure({ | ||
'api_key': 'your_api_key', | ||
'host': 'https://api.eu.opsgenie.com', | ||
}); | ||
``` | ||
```js | ||
var get_alert_identifier = { | ||
@@ -47,0 +56,0 @@ identifier: "alert_id", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
52829
73
0
926