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