SoftwareSandbox / Fiazard

Learning project in which we try to make our sandwich ordering site better. This is the backend project, providing RESTful webservices with DropWizard.
Apache License 2.0
2 stars 10 forks source link

Toppings resource #9

Closed Sch3lp closed 9 years ago

Sch3lp commented 9 years ago

[ { "id" : "1", "name": "Gouda", "price": "0.20" }, { "id" : "2", "name": "Grilled Ham", "price": "0.20" }, { "id" : "3", "name": "Smoked Salmon", "price": "0.30" }, { "id" : "4", "name": "Iceberg Salad", "price": "0.05" }, { "id" : "5", "name": "Black Olives", "price": "0.08" } ]