-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwriter.json
40 lines (40 loc) · 2.04 KB
/
writer.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
{
"WriterInfo": [
{
"writerImage": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Rabindranath_Tagore_unknown_location.jpg/453px-Rabindranath_Tagore_unknown_location.jpg",
"writerName": "রবীন্দ্রনাথ ঠাকুর",
"bookImage": "bookImage",
"bookName": "bookName",
"api": "https://apon06.github.io/bookify_api/writer/rabindranath_thakur.json",
"saveKey": "Rabindranath",
"bookCreatorName": "bookCreatorName"
},
{
"writerImage": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e6/Sarat_Chandra_Chattopadhyay_portrait.jpg/220px-Sarat_Chandra_Chattopadhyay_portrait.jpg",
"writerName": "শরৎচন্দ্র চট্টোপাধ্যায়",
"bookImage": "bookImage",
"bookName": "bookName",
"api": "https://apon06.github.io/bookify_api/writer/sarat_chandra_chattopadhyay.json",
"saveKey": "sarat",
"bookCreatorName": "bookCreatorName"
},
{
"writerImage": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/cf/Kazi_nazrul_islam_with_Setar.jpg/220px-Kazi_nazrul_islam_with_Setar.jpg",
"writerName": "কাজী নজরুল ইসলাম",
"bookImage": "bookImage",
"bookName": "bookName",
"api": "https://apon06.github.io/bookify_api/writer/kazi_nazrul_islam.json",
"saveKey": "nazrul",
"bookCreatorName": "bookCreatorName"
},
{
"writerImage": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/85/Humayun_Ahmed_13Nov2010.jpg/220px-Humayun_Ahmed_13Nov2010.jpg",
"writerName": "হুমায়ুন আহমেদ",
"bookImage": "bookImage",
"bookName": "bookName",
"api": "https://apon06.github.io/bookify_api/writer/humayun_ahmed.json",
"saveKey": "Humayun",
"bookCreatorName": "bookCreatorName"
}
]
}