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