forked from llaske/sugarizer-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apidoc.json
58 lines (58 loc) · 1012 Bytes
/
apidoc.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
55
56
57
58
{
"name": "Sugarizer",
"version": "1.5.0",
"description": "Sugarizer Server API",
"title": "Sugarizer Server API",
"url" : "/",
"header": {
"title": "About",
"filename": "docs/docheader.md"
},
"footer": {
"title": "License",
"filename": "docs/docfooter.md"
},
"order": [
"Information",
"Auth",
"Activities",
"Users",
"Classrooms",
"Journal",
"Stats",
"Login",
"Signup",
"GetAllActivities",
"GetActivity",
"UpdateActivities",
"GetAllUsers",
"GetUser",
"AddUser",
"UpdateUser",
"RemoveUser",
"GetAllclassrooms",
"GetClassroom",
"Addclassroom",
"UpdateClassroom",
"RemoveClassroom",
"GetAllJournals",
"GetJournalContent",
"GetEntry",
"AddEntry",
"UpdateEntry",
"RemoveEntryJournal",
"GetAllStats",
"AddStats",
"RemoveStats",
"GetAssignments",
"GetAssignment",
"AddAssignment",
"UpdateAssignment",
"UpdateComment",
"RemoveAssignment",
"LaunchAssignment",
"SubmitAssignment",
"ReturnAssignment",
"GetDeliveries"
]
}