Package edu.ucsb.cs156.dining.services
Class UCSBDiningMenuItemsService
java.lang.Object
edu.ucsb.cs156.dining.services.UCSBDiningMenuItemsService
-
Field Summary
-
Constructor Summary
ConstructorDescriptionUCSBDiningMenuItemsService
(org.springframework.boot.web.client.RestTemplateBuilder restTemplateBuilder) -
Method Summary
-
Field Details
-
ALL_MEAL_ITEMS_AT_A_DINING_COMMON_ENDPOINT
- See Also:
-
-
Constructor Details
-
Method Details
-
get
public List<Entree> get(String dateTime, String diningCommonCode, String mealCode) throws com.fasterxml.jackson.core.JsonProcessingException Create a List of Entree from json representation- Parameters:
dateTime
- String of date in iso formatdiningCommonCode
- String of dining commonmealCode
- String of meal code- Returns:
- a list of menu items
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-