go-pagerduty icon indicating copy to clipboard operation
go-pagerduty copied to clipboard

Add slack connection apis

Open GiedriusS opened this issue 2 years ago • 0 comments

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

GiedriusS avatar Mar 16 '22 10:03 GiedriusS