list_meal_categories
MealDB.list_meal_categories()Retrieves detailed information about all meal categories.
Returns
| Name | Type | Description |
|---|---|---|
| CategoryList | CategoryList object containing detailed category information including descriptions and thumbnails. |
Raises
| Name | Type | Description |
|---|---|---|
| httpx.HTTPError | Check httpx’s documentation for all possible exceptions. | |
| httpx.HTTPStatusError | If the API returns a non-2xx status code. |