list_all

MealDB.list_all()

Retrieves a list of all categories, areas, and ingredients from the MealDB API.

Returns

Name Type Description
list list A list of dictionaries containing the categories, areas, and ingredients.

Raises

Name Type Description
httpx.HTTPError If any of the API requests fail.