You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the JSON:API spec allows for delete requests to have a status code 204, and have no content in the body. This causes an error in this library because it tries to JSON parse the response before checking the status code.
The issue is in src/jsonapi_client/session.py, line 538.
The text was updated successfully, but these errors were encountered:
the JSON:API spec allows for delete requests to have a status code 204, and have no content in the body. This causes an error in this library because it tries to JSON parse the response before checking the status code.
The issue is in
src/jsonapi_client/session.py
, line 538.The text was updated successfully, but these errors were encountered: