list_all_ingredients

MealDB.list_all_ingredients()

Retrieves all available ingredients.

Returns

Name Type Description
IngredientList IngredientList object containing all available ingredient names.

Raises

Name Type Description
httpx.HTTPError Check httpx’s documentation for all possible exceptions.
httpx.HTTPStatusError If the API returns a non-2xx status code.