getRecipes

fun getRecipes(ids: List<Int>, language: ApiLanguage? = null): List<Recipe>

Retrieves specific recipes

Parameters

ids

of recipes

language

of returned text (default=en)

See also