getCantEats

@GET(value = "canteats")
abstract suspend fun getCantEats(): List<ApiCantEat>

Fetches all CantEat items from the API.

Return

A list of ApiCantEat items.