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
|
||||
|
||||
###
|
||||
Reference in New Issue
Block a user