레시피 검색

Post(http://54.180.16.31:5000/api/search/keyword)

req : { word: 'asd' }

res : videoList

디테일 페이지 정보

Get(http://54.180.16.31:5000/api/search/detail/<videoId>)

api 호출 시 weeklyViews 업데이트

인기 레시피 정보

Get(http://54.180.16.31:5000/api/search/sorted)

재료 정보

Get(http://localhost:5000/api/search/ingredients)

Post(http://localhost:5000/api/search/ingredients)

req : { ingredientsList : [ '양파', '마늘'] }

res : videoList