-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.http
More file actions
35 lines (24 loc) · 816 Bytes
/
test.http
File metadata and controls
35 lines (24 loc) · 816 Bytes
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
### SQL Server write
POST http://localhost:5168/SQLServer/Write
### SQL Server read all
GET http://localhost:5168/SQLServer
### SQL Server read one
GET http://localhost:5168/SQLServer/10
### SQL Server search
GET http://localhost:5168/SQLServer/Search/Description10
### SQL Server count
GET http://localhost:5168/SQLServer/Count
### SQL Server delete all
DELETE http://localhost:5168/SQLServer/deleteAll
### Elastic create index
POST http://localhost:5168/Elastic/createIndex
### Elastic write
POST http://localhost:5168/Elastic/write
### Elastic write from sql server
POST http://localhost:5168/Elastic/writeFromSqlServer
### Elastic read all
GET http://localhost:5168/Elastic
### Elastic read one
GET http://localhost:5168/Elastic/10
### Elastic delete all
DELETE http://localhost:5168/Elastic/deleteAll