+7
-2
@@ -1,13 +1,16 @@
|
||||
GET http://localhost:8090/catalog
|
||||
User-Agent: crabs/1.0.0
|
||||
|
||||
###
|
||||
|
||||
GET http://localhost:8090/products/1
|
||||
User-Agent: crabs/1.0.0
|
||||
|
||||
###
|
||||
|
||||
POST http://localhost:8090/cart
|
||||
content-type: application/json
|
||||
User-Agent: crabs/1.0.0
|
||||
Content-Type: application/json
|
||||
|
||||
[
|
||||
{
|
||||
@@ -23,7 +26,8 @@ content-type: application/json
|
||||
###
|
||||
|
||||
POST http://localhost:8090/orders
|
||||
content-type: application/json
|
||||
User-Agent: crabs/1.0.0
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"name": "Иванов Иван",
|
||||
@@ -43,3 +47,4 @@ content-type: application/json
|
||||
###
|
||||
|
||||
GET http://localhost:8090/search?text=Лимон
|
||||
User-Agent: crabs/1.0.0
|
||||
|
||||
Reference in New Issue
Block a user