Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed deserialization to use string cast on response body #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fcanteiro
Copy link
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