良い一日、
links.related
JSON 応答で を削除すると、Ember-Data
リレーションシップの取得に影響がありますか?
relationships": {
"comments": {
"links": {
"related": "http://localhost:3099/api/v1/articles/1/comments"
},
"data": [
{
"type": "comments",
"id": 1
},
{
"type": "comments",
"id": 2
},
{ ... More comments here ... }
]
}
}
私はこの記事を読みました: https://thejsguy.com/2016/02/21/handling-nested-resources-in-ember-data.htmlこれは、Emberデータがこれらのリンクを内部的に使用して関連データをフェッチすることを示していますそのため、これらの URL にアクセスしてリクエストを行う必要はありません。API に変更を加える前に、より具体的な意見が必要です。