-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnews_list.json
75 lines (75 loc) · 2.84 KB
/
news_list.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
{
"items": [{
"rank": 1,
"summary": "With an increasing demand for Toaster products in Europe, we're expanding our operations to the United Kingdom where we're looking to open our first office by Q3 this year.",
"resource": {
"fields": {
"title": "Toaster Inc. opens new office in the UK",
"path": "https://www.adenin.com/pocdef",
"created": "2023-03-13T13:35:25Z",
"pictureThumbnailURL": "https://www.adenin.com/assets/images/bg/office-scene.jpg"
},
"createdBy": {
"user": {
"displayName": "Joane Peters",
"email": "[email protected]"
}
}
}
},
{
"rank": 2,
"summary": "Toaster is proud to announce that we now have warehouses on the Western and Eastern Seaboards that provide excellent gateways for products both from Asia and Europe. With our latest expansion we have a new contract logistics facility in Edison, New Jersey.",
"resource": {
"fields": {
"title": "Opening of new logistics and distribution center",
"path": "https://www.adenin.com/pocdef",
"created": "2023-03-09T07:15:27Z",
"pictureThumbnailURL": "https://github.com/adaptive-cards/api-templates/blob/main/images/tp1000128-trucks.jpeg?raw=true"
},
"createdBy": {
"user": {
"displayName": "James Liu",
"email": "[email protected]"
}
}
}
},
{
"rank": 3,
"summary": "Sporting a Space Grey stainless steel shell, and an improved voice assistant, our newest toaster is our smartest invention since sliced bread.",
"resource": {
"fields": {
"title": "Introducing Tostr3: Our most advanced bread roaster yet",
"path": "https://www.adenin.com/pocdef",
"created": "2023-02-25T06:21:47Z",
"pictureThumbnailURL": "https://github.com/adaptive-cards/api-templates/blob/main/images/tp1000128-toaster.png?raw=true"
},
"createdBy": {
"user": {
"displayName": "Maria Noor",
"email": "[email protected]"
}
}
}
},
{
"rank": 4,
"summary": "This week a brand new plant of Toaster Group Asia was officially opened at Chuansha, Shanghai.",
"resource": {
"fields": {
"title": "Toaster Group celebrates opening of new Asia plant",
"path": "https://www.adenin.com/pocdef",
"created": "2023-02-21T09:04:31Z",
"pictureThumbnailURL": "https://github.com/adaptive-cards/api-templates/blob/main/images/tp1000128-factory.jpeg?raw=true"
},
"createdBy": {
"user": {
"displayName": "Samina Khan",
"email": "[email protected]"
}
}
}
}
]
}