We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ef00c commit 6ab21a6Copy full SHA for 6ab21a6
api-output.json
@@ -0,0 +1,54 @@
1
+{
2
+ "data": [
3
+ {
4
+ "id": "1",
5
+ "type": "posts",
6
+ "attributes": {
7
+ "title": "First post"
8
+ },
9
+ "relationships": {
10
+ "comments": {
11
12
13
+ "id": "5",
14
+ "type": "comments"
15
+ }
16
+ ]
17
18
19
20
21
+ "id": "2",
22
23
24
+ "title": "Second post"
25
26
27
28
29
30
+ "id": "3",
31
32
33
34
35
36
37
+ ],
38
+ "included": [
39
40
41
+ "type": "comments",
42
43
+ "body": "first!"
44
45
46
47
48
49
50
+ "body": "inane drivel"
51
52
53
54
+}
0 commit comments