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

adding support for license and licenses allocated based operations #480 #494

Closed gerardocorea closed 11 months ago

gerardocorea commented 1 year ago

Following a similar approach to listing existing pagerduty resources from the pagerduty api, this PR adds the ability to list available licenses as well as licenses allocated. #480

gerardocorea commented 11 months ago

Thank you for putting up this PR. If we can get the method signatures reworked to properly handle the request context comment here we should be looking alright.

Appreciate the feedback, made the requested changes.