13 lines
265 B
ReStructuredText
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 |