PagerDuty / pdpyras

Low-level PagerDuty REST/Events API client for Python
MIT License
129 stars 29 forks source link

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

Closed Deconstrained closed 10 months ago

Deconstrained commented 10 months ago

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.

Deconstrained commented 10 months ago

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