PagerDuty/pdpyras

Correction to `j*` methods being usable

Deconstrained opened this issue · 1 comments

#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.

Removed reference to j* methods.