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
The convention used in my company is that a list API return a 204 with no content if no elements could be found to populate the response.
It won't return an empty array but just a 204 with an empty body.
In that case I got a "array<Path\To\My\Class>" must exist and implement a static fromCommand() method".
It would be nice that Guzzle could handle such a response since it's pretty standard I think.
The text was updated successfully, but these errors were encountered:
No, it's not a hack.
The 404 would be the response code for the GET of one item.
The 204 would be the response code for the GET of an empty list of items.
The convention used in my company is that a list API return a 204 with no content if no elements could be found to populate the response.
It won't return an empty array but just a 204 with an empty body.
In that case I got a "array<Path\To\My\Class>" must exist and implement a static fromCommand() method".
It would be nice that Guzzle could handle such a response since it's pretty standard I think.
The text was updated successfully, but these errors were encountered: