forked from AdaGold/video-store-api
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathdocs.json
More file actions
135 lines (134 loc) · 4.53 KB
/
docs.json
File metadata and controls
135 lines (134 loc) · 4.53 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"links": {
"customers": "http://localhost:3000/customers",
"customer_show": "http://localhost/customers/:name",
"customer_sort": "http://localhost/customers/sort/:field?n=[limit]p=[offset]",
"customer_current": "http://localhost/customers/:id/current",
"customer_history": "http://localhost/customers/:id/history"
},
"data": [{
"type": "customers",
"id": "1",
"attributes": {
"name": "Shelley Rocha",
"registered_at": "Wed, 29 Apr 2015 07:54:14 -0700",
"address": "Ap #292-5216 Ipsum Rd.",
"city": "Hillsboro",
"state": "OR",
"postal_code": "24309",
"phone": "(322) 510-8695",
"account_credit": "13.15"
},
"type": "customers_show",
"id": "1",
"attributes": {
"name": "Shelley Rocha",
"registered_at": "Wed, 29 Apr 2015 07:54:14 -0700",
"address": "Ap #292-5216 Ipsum Rd.",
"city": "Hillsboro",
"state": "OR",
"postal_code": "24309",
"phone": "(322) 510-8695",
"account_credit": "13.15"
},
"type": "customers_sort",
"field": "name",
"n": "number",
"p": "offset",
"attributes": {
"name": "Shelley Rocha",
"registered_at": "Wed, 29 Apr 2015 07:54:14 -0700",
"address": "Ap #292-5216 Ipsum Rd.",
"city": "Hillsboro",
"state": "OR",
"postal_code": "24309",
"phone": "(322) 510-8695",
"account_credit": "13.15"
},
"type": "customers_current",
"id": "1",
"attributes": {
"id": 29,
"title": "The Shining",
"overview": "Jack Torrance accepts a caretaker job at the Overlook Hotel, where he, along with his wife Wendy and their son Danny, must live isolated from the rest of the world for the winter. But they aren't prepared for the madness that lurks within.",
"release_date": "1980-05-22",
"inventory": 3
},
"type": "customers_history",
"id": "1",
"attributes": {
"id": 29,
"title": "The Shining",
"overview": "Jack Torrance accepts a caretaker job at the Overlook Hotel, where he, along with his wife Wendy and their son Danny, must live isolated from the rest of the world for the winter. But they aren't prepared for the madness that lurks within.",
"release_date": "1980-05-22",
"inventory": 3
}
}]
}
{
"links": {
"customers": "http://localhost:3000/movies",
"customer_show": "http://localhost/movies/sort/:field?n=[limit]p=offset",
"customer_sort": "http://localhost/movies/:title/current",
"customer_current": "http://localhost/movies/:title/history",
"customer_history": "http://localhost/movies/:id/history"
},
"data": [{
"type": "customers",
"id": "1",
"attributes": {
"name": "Shelley Rocha",
"registered_at": "Wed, 29 Apr 2015 07:54:14 -0700",
"address": "Ap #292-5216 Ipsum Rd.",
"city": "Hillsboro",
"state": "OR",
"postal_code": "24309",
"phone": "(322) 510-8695",
"account_credit": "13.15"
},
"type": "customers_show",
"id": "1",
"attributes": {
"name": "Shelley Rocha",
"registered_at": "Wed, 29 Apr 2015 07:54:14 -0700",
"address": "Ap #292-5216 Ipsum Rd.",
"city": "Hillsboro",
"state": "OR",
"postal_code": "24309",
"phone": "(322) 510-8695",
"account_credit": "13.15"
},
"type": "customers_sort",
"field": "name",
"n": "number",
"p": "offset",
"attributes": {
"name": "Shelley Rocha",
"registered_at": "Wed, 29 Apr 2015 07:54:14 -0700",
"address": "Ap #292-5216 Ipsum Rd.",
"city": "Hillsboro",
"state": "OR",
"postal_code": "24309",
"phone": "(322) 510-8695",
"account_credit": "13.15"
},
"type": "customers_current",
"id": "1",
"attributes": {
"id": 29,
"title": "The Shining",
"overview": "Jack Torrance accepts a caretaker job at the Overlook Hotel, where he, along with his wife Wendy and their son Danny, must live isolated from the rest of the world for the winter. But they aren't prepared for the madness that lurks within.",
"release_date": "1980-05-22",
"inventory": 3
},
"type": "customers_history",
"id": "1",
"attributes": {
"id": 29,
"title": "The Shining",
"overview": "Jack Torrance accepts a caretaker job at the Overlook Hotel, where he, along with his wife Wendy and their son Danny, must live isolated from the rest of the world for the winter. But they aren't prepared for the madness that lurks within.",
"release_date": "1980-05-22",
"inventory": 3
}
}]
}