-
Notifications
You must be signed in to change notification settings - Fork 1
main
MyunDev edited this page Jun 6, 2020
·
2 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /main | 메인화면 불러오기 |
{
"success": true,
"message": "메인화면 가져오기 성공",
"data": [
{
"recipeIdx": 2,
"recipeTitle": "gkggk",
"recipeDesc": "afsdafsdfs",
"recipeTime": "10",
"recipeDoc": "afdsasdasd",
"likes": 0,
"scraps": 0,
"createAt": null,
"recipeThumbnail": null,
"recipeHashtags": "#청포도#스무디"
},
{
"recipeIdx": 1,
"recipeTitle": "청포도로테스트",
"recipeDesc": "청포도",
"recipeTime": "30",
"recipeDoc": "안녕하세요~청포도 존맛탱~",
"likes": 36,
"scraps": 10,
"createAt": "2020-06-05 15:00:00",
"recipeThumbnail": null,
"recipeHashtags": "#청포도 #스무디"
},
{
"recipeIdx": 8,
"recipeTitle": "맛있는브런치",
"recipeDesc": "정말 맛있는 계란",
"recipeTime": "20",
"recipeDoc": "너무 맛있는 소시지",
"likes": 0,
"scraps": 0,
"createAt": "2020-06-06 21:47:54",
"recipeThumbnail": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1591480074655.jpg",
"recipeHashtags": "#하울정식#인가#"
},
{
"recipeIdx": 4,
"recipeTitle": "둘이 먹다가 셋이 죽는 샌드위치",
"recipeDesc": "겁나게 맛있는 샌드위치",
"recipeTime": "20",
"recipeDoc": "그 찐따같던 샌드위치가 맞냐..?",
"likes": 12,
"scraps": -3,
"createAt": "2020-06-07 05:06:22",
"recipeThumbnail": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1591473981885.jpg",
"recipeHashtags": "#샌드위치#존맛탱#창조살인"
},
{
"recipeIdx": 5,
"recipeTitle": "둘이 먹다가 셋이 죽는 샌드위치",
"recipeDesc": "겁나게 맛있는 샌드위치",
"recipeTime": "20",
"recipeDoc": "그 찐따같던 샌드위치가 맞냐..?",
"likes": 0,
"scraps": 0,
"createAt": "2020-06-07 05:28:55",
"recipeThumbnail": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1591475335023.jpg",
"recipeHashtags": "#샌드위치#존맛탱#창조살인"
},
{
"recipeIdx": 6,
"recipeTitle": "둘이 먹다가 셋이 죽는 샌드위치",
"recipeDesc": "겁나게 맛있는 샌드위치",
"recipeTime": "20",
"recipeDoc": "그 찐따같던 샌드위치가 맞냐..?",
"likes": 0,
"scraps": 0,
"createAt": "2020-06-07 05:29:18",
"recipeThumbnail": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1591475358726.jpg",
"recipeHashtags": "#샌드위치#존맛탱#창조살인"
},
{
"recipeIdx": 7,
"recipeTitle": "맛있는브런치",
"recipeDesc": "정말 맛있는 계란",
"recipeTime": "20",
"recipeDoc": "너무 맛있는 소시지",
"likes": 0,
"scraps": 0,
"createAt": "2020-06-07 05:47:07",
"recipeThumbnail": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1591476427110.jpg",
"recipeHashtags": "#하울정식#인가#"
}
]
}