Skip to content

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