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 current RepresentationModel only supports links. Since many concrete representations support sub resources, e.g.:
_embedded in HAL / HAL Forms
entities in Siren
included in JSON:API
it would be nice if this concept is supported in the generic representation model, so it could be mapped automatically if this concept is supported by a concrete representation.
HalModelBuilder expose HAL-idiomatic API to set up representations. That includes embeds, previews and syntactic sugar around the inclusion of potentially empty collections as embeds.
Related tickets: #175, #193, #270, #920.
Original pull request: #1273.
The current
RepresentationModel
only supports links. Since many concrete representations support sub resources, e.g.:_embedded
in HAL / HAL Formsentities
in Sirenincluded
in JSON:APIit would be nice if this concept is supported in the generic representation model, so it could be mapped automatically if this concept is supported by a concrete representation.
This is related to #864 and #968
The text was updated successfully, but these errors were encountered: