-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
75 lines (75 loc) · 2.54 KB
/
server.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
{
"playlists": [
{
"id": 1,
"title": "Linkin Park",
"description": "Músicas do Linkin Park para agitar qualquer momento",
"thumbnail": "https://s3-sa-east-1.amazonaws.com/gonative/linkin_park.jpg"
},
{
"id": 2,
"title": "Sorriso não tão Maroto",
"description": "As melhores músicas do sorriso maroto pra você se afundar na depressão.",
"thumbnail": "http://4.bp.blogspot.com/_JrlQqaqZfBY/TOiP_kI3xEI/AAAAAAAAFo0/achOQbgspaY/s1600/Sorriso%2BMaroto%2B-%2BSinais%2B%2528Capa%2BOficial%2Bdo%2B%25C3%2581lbum%2529%2BCover%2BBrasil.jpg"
},
{
"id": 3,
"title": "Salad Days",
"description": "Animar seu dia nunca foi tão fácil, ouça essas músicas e tenha um dia mais feliz!",
"thumbnail": "https://s3-sa-east-1.amazonaws.com/gonative/alok.jpg"
},
{
"id": 4,
"title": "The day that never comes",
"description": "The best musics in the world",
"thumbnail": "https://99designs-blog.imgix.net/blog/wp-content/uploads/2017/12/Stargroves-album-cover.png?auto=format&q=60&fit=max&w=930"
}
],
"songs": [
{
"id": 1,
"title": "Papercut",
"author": "Linkin Park",
"album": "Hybrid Theory",
"file": "https://s3-sa-east-1.amazonaws.com/gonative/1.mp3",
"thumbnail": "https://s3-sa-east-1.amazonaws.com/gonative/linkin_park.jpg",
"playlistId": 1
},
{
"id": 2,
"title": "One Step Closer",
"author": "Linkin Park",
"album": "Hybrid Theory",
"file": "https://s3-sa-east-1.amazonaws.com/gonative/2.mp3",
"thumbnail": "https://s3-sa-east-1.amazonaws.com/gonative/linkin_park.jpg",
"playlistId": 2
},
{
"id": 3,
"title": "With You",
"author": "Linkin Park",
"album": "Hybrid Theory",
"file": "https://s3-sa-east-1.amazonaws.com/gonative/3.mp3",
"thumbnail": "https://s3-sa-east-1.amazonaws.com/gonative/linkin_park.jpg",
"playlistId": 3
},
{
"id": 3,
"title": "Points of Authority",
"author": "Linkin Park",
"album": "Hybrid Theory",
"file": "https://s3-sa-east-1.amazonaws.com/gonative/4.mp3",
"thumbnail": "https://s3-sa-east-1.amazonaws.com/gonative/linkin_park.jpg",
"playlistId": 4
},
{
"id": 4,
"title": "Crawling",
"author": "Linkin Park",
"album": "Hybrid Theory",
"file": "https://s3-sa-east-1.amazonaws.com/gonative/5.mp3",
"thumbnail": "https://s3-sa-east-1.amazonaws.com/gonative/linkin_park.jpg",
"playlistId": 4
}
]
}