Get all menus for a given identifier and restaurant.
Where we should look for restaurants.
Where we should look for menus.
A list of all menu for the given restaurant.
const menus = await getMenusFrom("limoges", "r211"); Copy
const menus = await getMenusFrom("limoges", "r211");
Get all menus for a given identifier and restaurant.