PagerDuty / pdpyras

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

Document configuring a proxy server and other examples #84

Closed Deconstrained closed 1 year ago

Deconstrained commented 2 years ago

In the section Using HTTP client library features there's no mention of how APISession itself is a child class of requests.Session.

This could be an opportunity to both point this out and document an asked-about use case as an example of what that means.

(as asked in #47)