Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Jun 10, 2023
1 parent 0795482 commit 8c20f5f
Showing 1 changed file with 9 additions and 27 deletions.
36 changes: 9 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,30 +235,21 @@ The client may now request these relationships via the `include` query parameter
"data": [
{
"type": "posts",
"id": "25240",
"meta": {}
"id": "25240"
},
{
"type": "posts",
"id": "39974",
"meta": {}
"id": "39974"
}
],
"meta": {},
"links": {}
]
},
"team": {
"data": {
"type": "teams",
"id": "18986",
"meta": {}
},
"meta": {},
"links": {}
"id": "18986"
}
}
},
"meta": {},
"links": {}
}
},
"included": [
{
Expand All @@ -268,10 +259,7 @@ The client may now request these relationships via the `include` query parameter
"title": "So what is `JSON:API` all about anyway?",
"content": "...",
"excerpt": "..."
},
"relationships": {},
"meta": {},
"links": {}
}
},
{
"id": "39974",
Expand All @@ -280,20 +268,14 @@ The client may now request these relationships via the `include` query parameter
"title": "Building an API with Laravel, using the `JSON:API` specification.",
"content": "...",
"excerpt": "..."
},
"relationships": {},
"meta": {},
"links": {}
}
},
{
"id": "18986",
"type": "teams",
"attributes": {
"name": "Laravel"
},
"relationships": {},
"meta": {},
"links": {}
}
}
]
}
Expand Down

0 comments on commit 8c20f5f

Please sign in to comment.