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