list_all_areas

MealDB.list_all_areas()

Retrieves all available geographical areas/cuisines.

Returns

Name Type Description
AreaList AreaList object containing all available area names.

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.