File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,12 @@ OpsGenie Node.js SDK covers:
1515- User API
1616- Group API
1717- Team API
18+ - Heartbeat API
19+ - Incident API
1820- Escalation API (TODO: will be available soon)
1921- Schedule API (TODO: will be available soon)
2022- Schedule Override API (TODO: will be available soon)
2123- Forwarding Rule API (TODO: will be available soon)
22- - Heartbeat API (TODO: will be available soon)
2324- Integration API (TODO: will be available soon)
2425- Policy API (TODO: will be available soon)
2526
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ var def_options = {
1616var def_http_options = {
1717 headers : {
1818 'Accept' : 'application/json' ,
19- 'Content-Type' : 'application/json'
19+ 'Content-Type' : 'application/json' ,
20+ 'User-Agent' : 'opsgenie-node-sdk:' + exports . sdkVersion
2021 }
2122} ;
2223
Original file line number Diff line number Diff line change 11{
22 "name" : " opsgenie-sdk" ,
3- "version" : " 0.4.8 " ,
3+ "version" : " 0.4.9 " ,
44 "description" : " OpsGenie Node.js SDK" ,
55 "main" : " ./index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments