PagerDuty / pdpyras

Low-level PagerDuty REST/Events API client for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add user guide section for how to add support for an endpoint

Deconstrained opened this issue · comments

I found myself bumping up against my own use case safeguard when I tried I tried reverse engineering an alert query endpoint.

Basically getting around this comes down to mutating one or two globals in the module.

On second thought this is extremely niche and we should all stick to officially documented endpoints that are easier to support.