opsgenie / opsgenie-nodejs-sdk

OpsGenie Node.js SDK
https://www.opsgenie.com/docs/api-and-client-libraries/opsgenie-nodejs-api
Apache License 2.0
25 stars 19 forks source link

ISSUE-14- Add support for incident API #27

Closed trabab closed 3 years ago

trabab commented 3 years ago

Added support for incident apis with following functionality :

  1. create
  2. delete
  3. get
  4. list
  5. close
  6. reopen
  7. addnote
  8. updatePriority
  9. listNotes
  10. listLogs
  11. addResponder
  12. resolve
  13. getAssoociatedAlerts
  14. getResponderAlerts
  15. getRequestStatus
ayhanyunt12 commented 3 years ago

LGTM as long as you've tested all of the new samples.