go-pagerduty
go-pagerduty copied to clipboard
Add slack connection apis
Add code for working with the relatively new Slack connection APIs as defined here: https://developer.pagerduty.com/api-reference/b3A6MTEyMDk1NDU-list-slack-connections and in other pages.
Tests pass:
/bin/go test -timeout 30s -run ^(TestSlackConnection_Delete|TestSlackConnection_List|TestSlackConnection_Update|TestSlackConnection_Get)$ github.com/PagerDuty/go-pagerduty
ok github.com/PagerDuty/go-pagerduty 0.005s