-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
response.jsonc
38 lines (38 loc) · 977 Bytes
/
response.jsonc
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
// https://run.mocky.io/v3/cc1388bf-b198-4cb6-bb9c-7891a8776cb2 で返るレスポンス
[
{
"id": "100",
"price": 1480,
"title": "WEB+DB PRESS 100",
"imageUrl": "https://gihyo.jp/assets/images/gdp/2017/978-4-7741-9229-1.jpg",
"quantity": 5
},
{
"id": "101",
"price": 1480,
"title": "WEB+DB PRESS 101",
"imageUrl": "https://gihyo.jp/assets/images/gdp/2017/978-4-7741-9392-2.jpg",
"quantity": 5
},
{
"id": "102",
"price": 1480,
"title": "WEB+DB PRESS 102",
"imageUrl": "https://gihyo.jp/assets/images/gdp/2017/978-4-7741-9533-9.jpg",
"quantity": 5
},
{
"id": "103",
"price": 1480,
"title": "WEB+DB PRESS 103",
"imageUrl": "https://gihyo.jp/assets/images/gdp/2018/978-4-7741-9668-8.jpg",
"quantity": 5
},
{
"id": "104",
"price": 1480,
"title": "WEB+DB PRESS 104",
"imageUrl": "https://gihyo.jp/assets/images/gdp/2018/978-4-7741-9792-0.jpg",
"quantity": 5
}
]