-
Notifications
You must be signed in to change notification settings - Fork 1
getRecipe
MyunDev edited this page Jun 6, 2020
·
2 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /users/myRecipe?recipeIdx={recipeIdx} | 내가 쓴 레시피 불러오기 |
{
"success": true,
"message": "검색 성공",
"data": [
{
"recipeIdx": 1,
"recipeTitle": "청포도로테스트",
"recipeDesc": "청포도",
"recipeTime": "30",
"recipeDoc": "안녕하세요~청포도 존맛탱~",
"likes": 36,
"scraps": 10,
"createAt": "2020-06-05 15:00:00",
"recipeThumbnail": null,
"recipeHashtags": "#청포도 #스무디"
}
]
}