Browse recipes matching all given ingredients

返回一个分页的食谱列表,这些食谱包含所有指定的配料,并与经过身份验证的商店相关联。也被称为“我冰箱里有什么”。

POST
/recipes/browse-by-ingredients
Recipes

请求

application/json
object

包含分页和成分过滤的请求

BrowseRecipesByIngredientsRequest

请求浏览符合所有指定成分的食谱

object

ingredients

string[]
string

recipeTypeId?

按食谱类型标识符的可选过滤器

value<int16> | null

page

零基础页码

value<int32> | null

size?

每页商品数量

value<int32>