Use /api/coffee/ to get a full list of coffees and use /api/coffee/<some_id> to get item details.

GET, POST, PUT and DELETE are supported by the API.

Update or create items using the same fields names that are returned from GET requests (id, name, desc, and image_url).

Use /reset/ to set everything back to how it started.