Added project
This commit is contained in:
15
TestRESTful/Edges/addEdge.http
Normal file
15
TestRESTful/Edges/addEdge.http
Normal file
@@ -0,0 +1,15 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection) or
|
||||
# paste cURL into the file and request will be converted to HTTP Request format.
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
POST http://localhost:8080/rest/v1/graph/edges/create
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
{"nodeOne": "v6", "nodeTwo": "v7"}
|
||||
|
||||
###
|
||||
15
TestRESTful/Edges/addEdges.http
Normal file
15
TestRESTful/Edges/addEdges.http
Normal file
@@ -0,0 +1,15 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection) or
|
||||
# paste cURL into the file and request will be converted to HTTP Request format.
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
POST http://localhost:8080/rest/v1/graph/edges/create/byBatch
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
[{"nodeOne": "v2", "nodeTwo": "v6"}, {"nodeOne": "v6", "nodeTwo": "v7"}, {"nodeOne": "v7", "nodeTwo": "v8"}]
|
||||
|
||||
###
|
||||
13
TestRESTful/Edges/deleteAllEdges.http
Normal file
13
TestRESTful/Edges/deleteAllEdges.http
Normal file
@@ -0,0 +1,13 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection) or
|
||||
# paste cURL into the file and request will be converted to HTTP Request format.
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
DELETE http://localhost:8080/rest/v1/graph/edges
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
###
|
||||
13
TestRESTful/Edges/deleteEdgeById.http
Normal file
13
TestRESTful/Edges/deleteEdgeById.http
Normal file
@@ -0,0 +1,13 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection) or
|
||||
# paste cURL into the file and request will be converted to HTTP Request format.
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
DELETE http://localhost:8080/rest/v1/graph/edges/byId/5005
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
###
|
||||
13
TestRESTful/Edges/deleteEdgeByName.http
Normal file
13
TestRESTful/Edges/deleteEdgeByName.http
Normal file
@@ -0,0 +1,13 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection) or
|
||||
# paste cURL into the file and request will be converted to HTTP Request format.
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
DELETE http://localhost:8080/rest/v1/graph/edges/byName/v1
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
###
|
||||
13
TestRESTful/Edges/deleteEdgeByNames.http
Normal file
13
TestRESTful/Edges/deleteEdgeByNames.http
Normal file
@@ -0,0 +1,13 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection) or
|
||||
# paste cURL into the file and request will be converted to HTTP Request format.
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
DELETE http://localhost:8080/rest/v1/graph/edges/byName?nodeOne=v3&nodeTwo=v4
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
###
|
||||
12
TestRESTful/Edges/getEdgeById.http
Normal file
12
TestRESTful/Edges/getEdgeById.http
Normal file
@@ -0,0 +1,12 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection).
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
GET http://localhost:8080/rest/v1/graph/edges/byId/5050
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
###
|
||||
12
TestRESTful/Edges/getEdgeByNames.http
Normal file
12
TestRESTful/Edges/getEdgeByNames.http
Normal file
@@ -0,0 +1,12 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection).
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
GET http://localhost:8080/rest/v1/graph/edges/byName?nodeOne=v1&nodeTwo=v2
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
###
|
||||
12
TestRESTful/Edges/getEdges.http
Normal file
12
TestRESTful/Edges/getEdges.http
Normal file
@@ -0,0 +1,12 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection).
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
GET http://localhost:8080/rest/v1/graph/edges
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
###
|
||||
12
TestRESTful/Edges/getEdgesByName.http
Normal file
12
TestRESTful/Edges/getEdgesByName.http
Normal file
@@ -0,0 +1,12 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection).
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
GET http://localhost:8080/rest/v1/graph/edges/byName/v1
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
###
|
||||
15
TestRESTful/Nodes/addNode.http
Normal file
15
TestRESTful/Nodes/addNode.http
Normal file
@@ -0,0 +1,15 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection) or
|
||||
# paste cURL into the file and request will be converted to HTTP Request format.
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
POST http://localhost:8080/rest/v1/graph/nodes/create
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
{"name":"v6"}
|
||||
|
||||
###
|
||||
15
TestRESTful/Nodes/addNodes.http
Normal file
15
TestRESTful/Nodes/addNodes.http
Normal file
@@ -0,0 +1,15 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection) or
|
||||
# paste cURL into the file and request will be converted to HTTP Request format.
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
POST http://localhost:8080/rest/v1/graph/nodes/create/byBatch
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
[{"name":"6"}, {"name":"v7"}, {"name":"v8"}]
|
||||
|
||||
###
|
||||
13
TestRESTful/Nodes/deleteAllNodes.http
Normal file
13
TestRESTful/Nodes/deleteAllNodes.http
Normal file
@@ -0,0 +1,13 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection) or
|
||||
# paste cURL into the file and request will be converted to HTTP Request format.
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
DELETE http://localhost:8080/rest/v1/graph/nodes
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
###
|
||||
13
TestRESTful/Nodes/deleteNodeById.http
Normal file
13
TestRESTful/Nodes/deleteNodeById.http
Normal file
@@ -0,0 +1,13 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection) or
|
||||
# paste cURL into the file and request will be converted to HTTP Request format.
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
DELETE http://localhost:8080/rest/v1/graph/nodes/byId/5010
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
###
|
||||
13
TestRESTful/Nodes/deleteNodeByName.http
Normal file
13
TestRESTful/Nodes/deleteNodeByName.http
Normal file
@@ -0,0 +1,13 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection) or
|
||||
# paste cURL into the file and request will be converted to HTTP Request format.
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
DELETE http://localhost:8080/rest/v1/graph/nodes/byName/6
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
###
|
||||
15
TestRESTful/Nodes/deleteNodeByObject.http
Normal file
15
TestRESTful/Nodes/deleteNodeByObject.http
Normal file
@@ -0,0 +1,15 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection) or
|
||||
# paste cURL into the file and request will be converted to HTTP Request format.
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
DELETE http://localhost:8080/rest/v1/graph/nodes/byObj
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
{"id": 5003, "name": "v4"}
|
||||
|
||||
###
|
||||
12
TestRESTful/Nodes/getNodeById.http
Normal file
12
TestRESTful/Nodes/getNodeById.http
Normal file
@@ -0,0 +1,12 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection).
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
GET http://localhost:8080/rest/v1/graph/nodes/byId/5000
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
###
|
||||
12
TestRESTful/Nodes/getNodeByName.http
Normal file
12
TestRESTful/Nodes/getNodeByName.http
Normal file
@@ -0,0 +1,12 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection).
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
GET http://localhost:8080/rest/v1/graph/nodes/byName/v1
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
###
|
||||
12
TestRESTful/Nodes/getNodes.http
Normal file
12
TestRESTful/Nodes/getNodes.http
Normal file
@@ -0,0 +1,12 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection).
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
GET http://localhost:8080/rest/v1/graph/nodes
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
###
|
||||
41
TestRESTful/addGraph_1.http
Normal file
41
TestRESTful/addGraph_1.http
Normal file
@@ -0,0 +1,41 @@
|
||||
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"},
|
||||
{"name":"v6"},
|
||||
{"name":"v7"},
|
||||
{"name":"v8"},
|
||||
{"name":"v9"},
|
||||
{"name":"v10"}
|
||||
],
|
||||
"edges":[
|
||||
{"nodeOne":"v1","nodeTwo":"v2"},
|
||||
{"nodeOne":"v1","nodeTwo":"v3"},
|
||||
{"nodeOne":"v1","nodeTwo":"v4"},
|
||||
{"nodeOne":"v1","nodeTwo":"v5"},
|
||||
{"nodeOne":"v2","nodeTwo":"v3"},
|
||||
{"nodeOne":"v2","nodeTwo":"v4"},
|
||||
{"nodeOne":"v2","nodeTwo":"v5"},
|
||||
{"nodeOne":"v3","nodeTwo":"v4"},
|
||||
{"nodeOne":"v3","nodeTwo":"v5"},
|
||||
{"nodeOne":"v4","nodeTwo":"v5"},
|
||||
{"nodeOne":"v6","nodeTwo":"v7"},
|
||||
{"nodeOne":"v7","nodeTwo":"v8"},
|
||||
{"nodeOne":"v8","nodeTwo":"v9"},
|
||||
{"nodeOne":"v8","nodeTwo":"v10"},
|
||||
{"nodeOne":"v9","nodeTwo":"v10"},
|
||||
{"nodeOne":"v10","nodeTwo":"v7"}
|
||||
]
|
||||
}
|
||||
|
||||
<> 2019-04-05T122503.200.json
|
||||
<> 2019-04-05T122347.405.html
|
||||
|
||||
###
|
||||
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
|
||||
|
||||
###
|
||||
|
||||
16
TestRESTful/checkRoute.http
Normal file
16
TestRESTful/checkRoute.http
Normal file
@@ -0,0 +1,16 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection).
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
POST http://localhost:8080/rest/v1/graph/checkroute
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
|
||||
["v1", "v2", "v3"]
|
||||
|
||||
|
||||
###
|
||||
12
TestRESTful/getGraph.http
Normal file
12
TestRESTful/getGraph.http
Normal file
@@ -0,0 +1,12 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection).
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
GET http://localhost:8080/rest/v1/graph/123
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
###
|
||||
12
TestRESTful/graphViz.http
Normal file
12
TestRESTful/graphViz.http
Normal file
@@ -0,0 +1,12 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection).
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
GET http://localhost:8080/rest/v1/graph/export
|
||||
Content-Type: text/html
|
||||
Cache-Control: no-cache
|
||||
|
||||
###
|
||||
13
TestRESTful/options.http
Normal file
13
TestRESTful/options.http
Normal file
@@ -0,0 +1,13 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection) or
|
||||
# paste cURL into the file and request will be converted to HTTP Request format.
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
OPTIONS http://localhost:8080/rest/v1/graph
|
||||
Accept: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
###
|
||||
12
TestRESTful/removeGraph.http
Normal file
12
TestRESTful/removeGraph.http
Normal file
@@ -0,0 +1,12 @@
|
||||
# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection).
|
||||
#
|
||||
# Following HTTP Request Live Templates are available:
|
||||
# * 'gtrp' and 'gtr' create a GET request with or without query parameters;
|
||||
# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
|
||||
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
|
||||
|
||||
DELETE http://localhost:8080/rest/v1/graph
|
||||
Content-Type: application/json
|
||||
Cache-Control: no-cache
|
||||
|
||||
###
|
||||
Reference in New Issue
Block a user