- Return the plain `requests` response if it is not a JSON content. This allows to download attachments, for example.
24.2
- Fix bug: work items cannot be created due to wrong content-type (Now use json patch content type if the payload is an array, not just for PATCH HTTP method)
24.1
- Add `call` method to have unified simple interface for all API endpoints