fast_jsonapi
fast_jsonapi copied to clipboard
Include links.related
How do I include links.related for every relationship?
The same for every compound document
What I'm referring to is something like:
"attributes": {
...
},
"relationships": {
"comments": {
"links": {
"related": "http://localhost/api/v1/users/1/comments"
},
"data": {
"type": "comments",
"id": 115
}
},
@krzkrzkrz we dont have a way to add links to the relationships.
if you would like to work on that then i can look at the pull request and add the feature in
Wasn't this solved in https://github.com/Netflix/fast_jsonapi/pull/294 and can be closed now?