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

Fixing Maintenance typo #68

Merged
merged 2 commits into from
Apr 11, 2017
Merged

Conversation

domdoescode
Copy link

Was previously CreateMaintaienanceWindows, changed to CreateMaintenanceWindows, however this is a breaking API change if users are accessing the typo version.

@domdoescode
Copy link
Author

Also turns out that the URLs were returning 404 for a number of maintenance window functions as well:

  • Create
  • Delete
  • Get

All had mainteance_windows, and have now been corrected to maintenance_windows.

@lfepp lfepp requested review from lfepp and removed request for lfepp March 8, 2017 01:33
@augier
Copy link

augier commented Mar 29, 2017

Cor, this looks useful.

@ethanfrogers
Copy link

What do we need to do to get this merged? I'm running into the same issue. Perhaps we could disregard the method signature changes and just update the endpoint to prevent breaking changes? I just submitted a PR fixing the same thing, but then found this issue.

@lfepp
Copy link
Contributor

lfepp commented Apr 11, 2017

Thanks for the contribution here and it LGTM!

After taking a look at the code I don't think there will actually be any breaking changes to the library as the methods that were updated were already broken. Truly functioning client code using this library should not be affected.

@lfepp lfepp merged commit 75111a5 into PagerDuty:master Apr 11, 2017
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.

4 participants