list_all_ingredients
MealDB.list_all_ingredients()
Retrieves a list of all ingredients from the MealDB API.
Returns
Name | Type | Description |
---|---|---|
list | list | A list of dictionaries containing the ingredients. |
Raises
Name | Type | Description |
---|---|---|
httpx.HTTPError | Check httpx’s documentation for all possible exceptions. |