-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocumentation.json
More file actions
48 lines (44 loc) · 831 Bytes
/
documentation.json
File metadata and controls
48 lines (44 loc) · 831 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
40
41
42
43
44
45
46
47
48
{
"root": [
{"PictureNameToSendAbleData(self,fileName)": "make file name to target data type"},
{"SendAbleDataToPictureName(self, fileDictionary)":"make target data type to saved file name"}
],
"systemOperator": [
{
"__init__": "load data in DataBase from json"
},
{
"Save": "store DataBase to json"
},
{
"getUserList": "..."
},
{
"addUser": "..."
},
{
"getFriendName": "get the friend true name by input ID"
},
{
"getFriendList": "..."
},
{
"getArticleList": "..."
},
{
"getLegalArticle": "get article is posted by friend"
},
{
"getNewerArticle": "input an article List and return self's newer article"
},
{
"getTargetArticle": "get article data by input articel ID"
},
{
"updateArticle": "..."
},
{
"getPersonalDataList": "..."
}
]
}