PagerDuty / pdpyras

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

Correction to `j*` methods being usable #87

Closed Deconstrained closed 1 year ago

Deconstrained commented 2 years ago

86 was about the team membership API not working with rput. While this is expected, the docs state:

They can still be used with the basic get, post, put and delete methods, as well as the j* methods

This would however not be the case for the team membership API, which responds with status 204 / no content (empty body). That would result in a JSONDecodeError if one used jput.

Alternately, #88 will also resolve this issue.

Deconstrained commented 1 year ago

Removed reference to j* methods.