Meal
constructor(idMeal: String, strMeal: String, strMealAlternate: String? = null, strCategory: String? = null, strArea: String? = null, strInstructions: String? = null, strMealThumb: String? = null, strTags: String? = null, strYoutube: String? = null, ingredients: MutableList<String>? = null, measures: List<String>? = null, strSource: String? = null, strImageSource: String? = null, strCreativeCommonsConfirmed: String? = null, dateModified: String? = null)
Parameters
id Meal
used to search and query more info about the meal
str Meal
name of the meal, can be used the same way as idMeal
str Meal Thumb
the image url. A separate request must be done to obtain the actual image]
ingredients
which the user can add to the Fridge