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

idMeal

used to search and query more info about the meal

strMeal

name of the meal, can be used the same way as idMeal

strMealThumb

the image url. A separate request must be done to obtain the actual image]

ingredients

which the user can add to the Fridge