-
Notifications
You must be signed in to change notification settings - Fork 0
/
repositories.json
74 lines (74 loc) · 1.5 KB
/
repositories.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
{
"repositories": [
{
"id": 1,
"name": "Repository 1",
"product_id": 1,
"antani_value": 234,
"pink_floyd_song": "Wish You Were Here"
},
{
"id": 2,
"name": "Repository 2",
"product_id": 1,
"antani_value": 256,
"pink_floyd_song": "Comfortably Numb"
},
{
"id": 3,
"name": "Repository 3",
"product_id": 2,
"antani_value": 289,
"pink_floyd_song": "Time"
},
{
"id": 4,
"name": "Repository 4",
"product_id": 2,
"antani_value": 215,
"pink_floyd_song": "Money"
},
{
"id": 5,
"name": "Repository 5",
"product_id": 2,
"antani_value": 277,
"pink_floyd_song": "Another Brick in the Wall"
},
{
"id": 6,
"name": "Repository 6",
"product_id": 4,
"antani_value": 221,
"pink_floyd_song": "Shine On You Crazy Diamond"
},
{
"id": 7,
"name": "Repository 7",
"product_id": 5,
"antani_value": 299,
"pink_floyd_song": "Hey You"
},
{
"id": 8,
"name": "Repository 8",
"product_id": 5,
"antani_value": 205,
"pink_floyd_song": "The Great Gig in the Sky"
},
{
"id": 9,
"name": "Repository 9",
"product_id": 5,
"antani_value": 267,
"pink_floyd_song": "Us and Them"
},
{
"id": 10,
"name": "Repository 10",
"product_id": 5,
"antani_value": 222,
"pink_floyd_song": "Comfortably Numb"
}
]
}