Skip to content

changed deserialization to use string cast on response body#26

Open
fcanteiro wants to merge 1 commit into
butschster:masterfrom
fcanteiro:master
Open

changed deserialization to use string cast on response body#26
fcanteiro wants to merge 1 commit into
butschster:masterfrom
fcanteiro:master

Conversation

@fcanteiro

Copy link
Copy Markdown
Contributor

changed the deserialization process in the Client class to use (string) $response->getBody() instead of $response->getBody()->getContents().

This change ensures that the response body is correctly read and deserialized, preventing potential issues with stream handling.

changed the deserialization process in the `Client` class to use `(string) $response->getBody()` instead of `$response->getBody()->getContents()`.

This change ensures that the response body is correctly read and deserialized, preventing potential issues with stream handling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant