GoAsWebServer/shopping.rest
2022-08-03 22:03:29 +02:00

13 lines
265 B
ReStructuredText

### 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