This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathbudget_api_v2.json
54 lines (54 loc) · 1.76 KB
/
budget_api_v2.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
{
"pages": [
{
"name": "About",
"path": "/about",
"heading": "About Us",
"body": "We are the premiere restaurant in the city of FooBar!",
"type": "link"
},
{
"name": "Special Offers",
"path": "/offers",
"heading": "Current Special Offers",
"body": "Sorry, there are currently no offers available! Please check back later!",
"type": "link"
},
{
"name": "Menu",
"path": "/menu",
"heading": "Menu",
"body": "Check out our fine menu!",
"type": "link",
"items": [
{
"name": "Pepperoni Pizza",
"price": 20.5,
"imageURL": "https://images.unsplash.com/photo-1534308983496-4fabb1a015ee?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1055&q=80"
},
{
"name": "Cheeseburger",
"price": 15.49,
"imageURL": "https://images.unsplash.com/photo-1534790566855-4cb788d389ec?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1050&q=80"
},
{
"name": "Fries",
"price": 3.99,
"imageURL": "https://images.unsplash.com/photo-1573080496219-bb080dd4f877?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=334&q=80"
},
{
"name": "Coca Cola",
"price": 2.49,
"imageURL": "https://images.unsplash.com/photo-1554866585-cd94860890b7?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=401&q=80"
}
]
},
{
"name": "Order",
"path": "/order",
"heading": "Order Page",
"body": "Sorry, ordering is not set up yet!",
"type": "button"
}
]
}