We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://stateless.co/hal_specification.html
Representing Multiple Links With The Same Relation A resource may have multiple links that share the same link relation. For link relations that may have multiple links, we use an array of links.
A resource may have multiple links that share the same link relation. For link relations that may have multiple links, we use an array of links.
The issue is that there is currently no way to tell the library whether a relation is supposed to have multiple or only 1 link.
The text was updated successfully, but these errors were encountered:
See https://github.com/willdurand/Hateoas/blob/master/src/Hateoas/Serializer/JsonHalSerializer.php#L26-L33
Sorry, something went wrong.
+1 ...
👍
No branches or pull requests
http://stateless.co/hal_specification.html
The issue is that there is currently no way to tell the library whether a relation is supposed to have multiple or only 1 link.
The text was updated successfully, but these errors were encountered: