-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathapidoc.json
35 lines (35 loc) · 903 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
{
"name": "DiMe server",
"version": "1.0.0",
"title": "DiMe API docs",
"description": " DiMe API documentation.",
"url": "http://localhost:8080/api",
"order": [
"Post",
"Get",
"PostAll",
"GetAll",
"Delete",
"Post2",
"Get2",
"PostAll2",
"GetAll2",
"Delete2",
"PostTags",
"GetTags",
"Approve",
"DeleteTags",
"PostSuggestedEvents",
"GetSuggestedEvents",
"DeleteSuggestedEvents",
"PostValidatedEvents",
"GetValidatedEvents",
"DeleteValidatedEvents",
"PostSuggestedInformationElements",
"GetSuggestedInformationElements",
"DeleteSuggestedInformationElements",
"PostValidatedInformationElements",
"GetValidatedInformationElements",
"DeleteValidatedInformationElements"
]
}