This commit is contained in:
2022-08-03 22:03:29 +02:00
commit 278302e552
6 changed files with 183 additions and 0 deletions

13
shopping.rest Normal file
View 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