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
Currently on every request like get()/pos()/patch() response is automatically treated as having a JSON body and convert to a PHP array via getResponseBody()
In case of non JSON response (like stream download) we should avoid this conversion and access the original body.
The text was updated successfully, but these errors were encountered:
Currently on every request like
get()/pos()/patch()
response is automatically treated as having a JSON body and convert to a PHP array viagetResponseBody()
In case of non JSON response (like stream download) we should avoid this conversion and access the original body.
The text was updated successfully, but these errors were encountered: