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

wip: Implement RawAnalytics endpoint #491

Closed ArthurSens closed 7 months ago

ArthurSens commented 1 year ago

Related to #471

This PR aims to implement https://developer.pagerduty.com/api-reference/4c464d0f1cabc-get-raw-responses-from-a-single-incident

I'm opening this early as a draft since I'm not sure if the approach I took with the early access header is the best one. Would love some feedback from the maintainers :)

ChuckCrawford commented 7 months ago

@ArthurSens: thank you for this PR. This should now be resolved by: https://github.com/PagerDuty/go-pagerduty/pull/481