forked from GiulioRossetti/ndlib-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapidoc.json
57 lines (57 loc) · 1.05 KB
/
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
{
"name": "(N)etwork (D)iffusion library REST service",
"version": "2.0.1",
"description": "REST service for the simulation of diffusion models over networks.",
"title": "NDlib REST",
"url": "http://127.0.0.1:5000",
"sampleUrl": "http://127.0.0.1:5000",
"order": [
"Experiment",
"getexp",
"describeexp",
"resetexp",
"deleteexp",
"configure",
"Exploratory",
"listexploratory",
"loadexploratory",
"Resources",
"getgraphs",
"getnetworks",
"getmodellist",
"destroynetwork",
"deletemodels",
"Networks",
"CompleteGraph",
"ERGraph",
"BAGraph",
"CBAGraph",
"WSGraph",
"PlantedPartition",
"loadgraph",
"upload",
"expgraphs",
"Models",
"si",
"sir",
"sis",
"seis",
"seir",
"threshold",
"KerteszThreshold",
"profile",
"profilethreshold",
"indepcascades",
"voter",
"qvoter",
"majority",
"sznajd",
"AlgorithmicBias",
"dsi",
"dsis",
"dsis",
"Iterators",
"iterator",
"iteratorbunch"
]
}