Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ListOverrides to function as ListSchedules does #184

Closed
wants to merge 1 commit into from
Closed

Update ListOverrides to function as ListSchedules does #184

wants to merge 1 commit into from

Conversation

dstevensio
Copy link
Contributor

@dstevensio dstevensio commented Oct 23, 2019

I repeatedly encountered an error when using ListOverrides as the response from PagerDuty's API could not be correctly marshaled to []PagerDuty.Override

This PR changes the behavior of ListOverrides so that it follows the pattern used by ListSchedules and as a result, allows proper operation of the endpoint.

This is a breaking change in as much as it changes the type returned by the method, but in my testing at least, the current implementation is broken itself.

@dstevensio dstevensio closed this Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant