PagerDuty / go-pagerduty

go client library for PagerDuty v2 API
https://v2.developer.pagerduty.com/docs/rest-api
Apache License 2.0
285 stars 241 forks source link

[CSGI-1827] Add Standards support #499

Closed imjaroiswebdev closed 10 months ago

imjaroiswebdev commented 11 months ago

Add support for Standards APIs...

Test cases added...

$ go test -count=1 -v -run TestStandard
=== RUN   TestStandard_List
--- PASS: TestStandard_List (0.00s)
=== RUN   TestStandard_Update
--- PASS: TestStandard_Update (0.00s)
=== RUN   TestStandard_ListTechniServiceStandardScores
--- PASS: TestStandard_ListTechniServiceStandardScores (0.00s)
=== RUN   TestStandard_ListManyTechniServiceStandardScores
--- PASS: TestStandard_ListManyTechniServiceStandardScores (0.00s)
PASS
ok      github.com/PagerDuty/go-pagerduty       0.709s