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