dropbox / pygerduty

A Python library for PagerDuty.
MIT License
163 stars 72 forks source link

Fixing bug on incident methods: snooze and reassign #65

Closed khardsonhurley closed 7 years ago

khardsonhurley commented 7 years ago

Pagerduty API v2 has changed the way it snoozes and reassigns incidents. I have updated these functions to reflect this and added two tests.