http files

This commit is contained in:
vigdorov
2020-07-26 23:17:59 +03:00
parent 5b4a3f7f82
commit 7b8eaae7a1
3 changed files with 0 additions and 0 deletions

53
http/store.http Normal file
View File

@ -0,0 +1,53 @@
###
GET http://localhost:4001/store HTTP/1.1
Api-Name: store-service-test
###
GET http://localhost:4001/store/testApi-4345345345 HTTP/1.1
Api-Name: store-service-test
###
POST http://localhost:4001/store HTTP/1.1
content-type: application/json
Api-Name: store-service-test
{
"key": "testApi-455",
"value": {
},
"description": "тестовое апи",
"service_name": "test-api",
"author": "vigdorov"
}
### Update Request
PUT http://localhost:4001/store HTTP/1.1
content-type: application/json
Api-Name: store-service-test
{
"key": "testApi-4234222",
"value": {
},
"description": "тестовое апи22",
"service_name": "test-api",
"author": "vigdorov23422"
}
###
DELETE http://localhost:4001/store/testApi-433 HTTP/1.1
Api-Name: store-service-test
###
GET http://localhost:4001/logs/client HTTP/1.1
###
GET http://localhost:4001/logs/server HTTP/1.1
###
DELETE http://localhost:4001/logs/client HTTP/1.1
###
DELETE http://localhost:4001/logs/server HTTP/1.1