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
API v2 on master reintroduces the links array property to the response for resources, as we have in API v1.
We want to port it to 3.3.x and 3.2.x too. It should be a matter of implementing the ResourceBaseToRepresentationSerializerMixin class as we have on master branch.
Notes:
we want to include metadata link types, which are currently excluded. This must be done also for the master branch
we don't want to include the perms property, that we have on master, so just implement the code for links inside ResourceBaseToRepresentationSerializerMixin
The text was updated successfully, but these errors were encountered:
API v2 on master reintroduces the
links
array property to the response for resources, as we have in API v1.We want to port it to 3.3.x and 3.2.x too. It should be a matter of implementing the ResourceBaseToRepresentationSerializerMixin class as we have on master branch.
Notes:
metadata
link types, which are currently excluded. This must be done also for the master branchperms
property, that we have on master, so just implement the code for links insideResourceBaseToRepresentationSerializerMixin
The text was updated successfully, but these errors were encountered: