init
This commit is contained in:
13
shopping.rest
Normal file
13
shopping.rest
Normal file
@@ -0,0 +1,13 @@
|
||||
### List shopping items
|
||||
GET http://localhost:8080/shopping-items
|
||||
|
||||
### Create new shopping item
|
||||
POST http://localhost:8080/shopping-items
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"name": "MDR"
|
||||
}
|
||||
|
||||
### Remove shopping item
|
||||
DELETE http://localhost:8080/shopping-items/uuid
|
||||
Reference in New Issue
Block a user