list_all_meals
MealDB.list_all_meals(letter)
Retrieves a list of meals starting with a specific letter from the MealDB API.
Parameters
Name | Type | Description | Default |
---|---|---|---|
letter | str | The letter to search for (e.g. ‘a’, ‘b’, etc.). | required |
Returns
Name | Type | Description |
---|---|---|
list | list | A list of meals starting with the specified letter. |
Raises
Name | Type | Description |
---|---|---|
httpx.HTTPError | Check httpx’s documentation for all possible exceptions. |