-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategory.json
40 lines (40 loc) · 1.57 KB
/
category.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
{
"Category": [
{
"bookCreatorName": "bookCreatorName",
"bookImage": "bookImage",
"bookName": "bookName",
"api": "https://apon06.github.io/bookify_api/writer/rabindranath_thakur.json",
"color": "#fed8e5",
"bookType": "রবীন্দ্রনাথ ঠাকুর",
"saveKey": "রবীন্দ্রনাথ"
},
{
"bookCreatorName": "bookCreatorName",
"bookImage": "bookImage",
"bookName": "bookName",
"api": "https://apon06.github.io/bookify_api/writer/sarat_chandra_chattopadhyay.json",
"color": "#e1d8f3",
"bookType": "শরৎচন্দ্র চট্টোপাধ্যায়",
"saveKey": "শরৎচন্দ্র"
},
{
"bookCreatorName": "bookCreatorName",
"bookImage": "bookImage",
"bookName": "bookName",
"api": "https://apon06.github.io/bookify_api/writer/humayun_ahmed.json",
"color": "#fff3cb",
"bookType": "হুমায়ুন আহমেদ",
"saveKey": "হুমায়ুন"
},
{
"bookCreatorName": "bookCreatorName",
"bookImage": "bookImage",
"bookName": "bookName",
"api": "https://apon06.github.io/bookify_api/writer/kazi_nazrul_islam.json",
"color": "#b2dafd",
"bookType": "কাজী নজরুল ইসলাম",
"saveKey": "কাজী"
}
]
}