-
Notifications
You must be signed in to change notification settings - Fork 92
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
Refactor pagerduty #52
Conversation
Might have already considered it, but it may be tempting to split out the low-level transport stuff into its own module. There appears to be one already, but it doesn't have a lot of the service query stuff built into this package. In any case, 😻 because it makes this one step closer to being able to do something with #49 |
I started splitting out some of the functionality into different scripts. I started with just the webhook since it's totally unrelated to the API commands. I'd like to split the others out, but I think this diff is starting to get big enough so will follow up with that separately. |
I'm trying not to change behavior at all, but just get things in a better place. Some goals so far:
I'm considering this a work in progress still.