Class WeeklyMenuController
java.lang.Object
ntnu.idatt2016.v233.SmartMat.controller.group.WeeklyMenuController
Controller for weekly menu
- Version:
- 1.0
- Author:
- Stian Lyng
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
compareWeeklyMenuAndRecipeProducts
(Integer fridgeId) Gets weekly menu for a fridge
-
Constructor Details
-
WeeklyMenuController
public WeeklyMenuController()
-
-
Method Details
-
compareWeeklyMenuAndRecipeProducts
@GetMapping("/{fridgeId}") public org.springframework.http.ResponseEntity<Object> compareWeeklyMenuAndRecipeProducts(@PathVariable("fridgeId") Integer fridgeId) Gets weekly menu for a fridge- Parameters:
fridgeId
- the id of the fridge- Returns:
- the weekly menu for the fridge
-