Files
storage-service/store.http

49 lines
846 B
HTTP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

GET http://localhost:4001/store HTTP/1.1
Api-Name: store-service-test
###
GET http://localhost:4001/store/testApi-4 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-4",
"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 HTTP/1.1