-
Notifications
You must be signed in to change notification settings - Fork 1
/
book.json
97 lines (97 loc) · 2.52 KB
/
book.json
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
{
"books": [
{
"id": 1,
"author": "Emmie Thiel",
"title": "Ring of Bright Water",
"genre": "Short story",
"publisher": "Butterworth-Heinemann",
"year": "1968",
"image_url": null
},
{
"id": 2,
"author": "Christopher Pike",
"title": "Scavenger Hunt",
"genre": "other",
"publisher": "Pocket Books",
"year": "1989",
"image_url": null
},
{
"id": 3,
"author": "Lois Duncan",
"title": "Locked in time",
"genre": "suspense",
"publisher": "Little, Brown",
"year": "1985",
"image_url": "http://wolox-training.s3.amazonaws.com/uploads/6942334-M.jpg"
},
{
"id": 4,
"author": "Christopher Pike",
"title": "Scavenger Hunt",
"genre": "suspense",
"publisher": "Pocket Books",
"year": "1989",
"image_url": "http://wolox-training.s3.amazonaws.com/uploads/6963511-M.jpg"
},
{
"id": 5,
"author": "Christopher Pike",
"title": "Scavenger Hunt",
"genre": "suspense",
"publisher": "Pocket Books",
"year": "1989",
"image_url": "http://wolox-training.s3.amazonaws.com/uploads/6963511-M.jpg"
},
{
"id": 6,
"author": "Paula Hawkins",
"title": "The Girl on the Train",
"genre": "suspense",
"publisher": "Riverhead Books",
"year": "2015",
"image_url": "http://wolox-training.s3.amazonaws.com/uploads/content.jpeg"
},
{
"id": 7,
"author": "Anthony Doerr",
"title": "All the Light We Cannot See",
"genre": "suspense",
"publisher": "Scribner",
"year": "2014",
"image_url": "http://wolox-training.s3.amazonaws.com/uploads/content.jpeg"
},
{
"id": 8,
"author": "John Katzenbach",
"title": "The analyst",
"genre": "thriller",
"publisher": "Ballantine Books",
"year": "2003",
"image_url": "http://wolox-training.s3.amazonaws.com/uploads/el-psicoanalista-analyst-john-katzenbach-paperback-cover-art.jpg"
},
{
"id": 9,
"author": "Andy Weir",
"title": "The Martian",
"genre": "fiction",
"publisher": "Crown Publishing Group",
"year": "2011",
"image_url": "http://wolox-training.s3.amazonaws.com/uploads/41DNuJfahyL._SX322_BO1_204_203_200_.jpg"
}
],
"users": [
{
"email": "[email protected]",
"password": "test",
"token": "DkW89A"
},
{
"email": "[email protected]",
"password": "test2",
"token": "MXN23oA"
}
]
}