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
...in to a Plain Old PHP Object including included relationships?
Same with
$client->index('posts');
I have my Entity classes and Hydrators for my entities but no idea how to implement it. Without the ability to deserialise, I might just as well use json_decode() on my guzzle client response.
The text was updated successfully, but these errors were encountered:
Hi! There isn't support for the clients for deserializing. It is something we will add in the future as it will be possible to do, but at the moment the package is focused on being a server rather than a client.
I'll leave this issue open as a reminder that it needs to be added in.
Closing this because as per #388 there is a JSON API client package out there that looks good. Our package will just focus on doing the server rather than client side.
How do I deserialise the response from
...in to a Plain Old PHP Object including included relationships?
Same with
I have my Entity classes and Hydrators for my entities but no idea how to implement it. Without the ability to deserialise, I might just as well use json_decode() on my guzzle client response.
The text was updated successfully, but these errors were encountered: