-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsettings.json
More file actions
39 lines (39 loc) · 935 Bytes
/
settings.json
File metadata and controls
39 lines (39 loc) · 935 Bytes
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
{
"name": "Wataru API",
"version": "Wataru UI",
"description": "Simple and Easy-to-Use API Documentation",
"header": {
"status": "Online!",
"imageSrc": [
"https://cdnb.artstation.com/p/assets/images/images/066/149/065/original/killer-rabbit-media-chinese-alleyway-export.gif?1692171513"
],
"imageSize": {
"mobile": "80%",
"tablet": "40%",
"desktop": "40%"
}
},
"apiSettings": {
"operator": "AjiroDesu"
},
"links": [
{
"name": "Source Code",
"url": "https://github.com/ajirodesu/wataru-api"
},
{
"name": "Contact Me",
"url": "https://t.me/ajirodesu"
}
],
"notifications": [
{
"title": "Welcome to API Dashboard",
"message": "Explore our APIs and integrate them into your projects."
},
{
"title": "New Feature",
"message": "We've added support for WebSocket APIs. Check them out!"
}
]
}