-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes
61 lines (57 loc) · 1.23 KB
/
notes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
X need to be able to mock out oauth for dev
segment serve?
hide api behind auth
document features
X paginate searches
make picrewss finding better
X X on right click
X display camper name on picrewss
{
"jsonapi": {
"version": "1.0"
},
"meta": {
"count": 1
},
"links": {
"self": "/rest/campers"
},
"data": [
{
"type": "campers",
"id": "XpD2hqWT06uBRlq",
"attributes": {
"name": "objelisks",
"url": null,
"created": null
},
"relationships": {
"display-pic": {
"links": {
"self": "/rest/campers/XpD2hqWT06uBRlq/relationships/display-pic",
"related": "/rest/campers/XpD2hqWT06uBRlq/display-pic"
},
"data": {
"type": "pics",
"id": "O4XhK3E6XXdQuCK"
}
},
"pics": {
"links": {
"self": "/rest/campers/XpD2hqWT06uBRlq/relationships/pics",
"related": "/rest/campers/XpD2hqWT06uBRlq/pics"
},
"data": [
{
"type": "pics",
"id": "O4XhK3E6XXdQuCK"
}
]
}
},
"links": {
"self": "/rest/campers/XpD2hqWT06uBRlq"
}
}
]
}