Added project
This commit is contained in:
27
TestRESTful/addGraph_2.http
Normal file
27
TestRESTful/addGraph_2.http
Normal file
@@ -0,0 +1,27 @@
|
||||
POST http://localhost:8080/rest/v1/graph/create
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
{
|
||||
"nodes":[
|
||||
{"name":"v1"},
|
||||
{"name":"v2"},
|
||||
{"name":"v3"},
|
||||
{"name":"v4"},
|
||||
{"name":"v5"}
|
||||
],
|
||||
"edges":[
|
||||
{"nodeOne":"v1","nodeTwo":"v2"},
|
||||
{"nodeOne":"v2","nodeTwo":"v3"},
|
||||
{"nodeOne":"v3","nodeTwo":"v4"},
|
||||
{"nodeOne":"v3","nodeTwo":"v5"},
|
||||
{"nodeOne":"v5","nodeTwo":"v4"},
|
||||
{"nodeOne":"v5","nodeTwo":"v2"}
|
||||
]
|
||||
}
|
||||
|
||||
<> 2019-04-04T124349.200.json
|
||||
<> 2019-04-03T023130.200.json
|
||||
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user