fun getMenuItem(item: Item): <ERROR CLASS>
Get Stands from API server.
Return
awaits for async promise to return list of Venues.
fun getMenuItem(item: Item, success: (result: Item?) -> Unit, failure: (e: Exception) -> Unit): Unit
Get Stands from API server.