-
Notifications
You must be signed in to change notification settings - Fork 4
소셜피드조회
Ji Yeon Kim edited this page Jan 9, 2019
·
3 revisions
지연
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | /feed/social | 유저가 팔로우한 유저들이 쓴 모든 리뷰 최신순으로 조회 |
Content-Type: application/json
Authorization: token
{
"status": 200,
"message": "피드 조회 성공",
"data": [
{
"review_id": 28,
"cafe_id": 1,
"user_id": "coco",
"user_name": "gg",
"user_img_url": "https://s3.ap-northeast-2.amazonaws.com/project-sopt/commonDefaultimage%403x.png",
"image": [
{
"review_id": 28,
"review_img_url": "https://s3.ap-northeast-2.amazonaws.com/project-sopt/01+%E1%84%86%E1%85%A1%E1%84%91%E1%85%A9%E1%84%8"
},
{
"review_id": 28,
"review_img_url": "https://s3.ap-northeast-2.amazonaws.com/project-sopt/01+%E1%84%86%E1%85%A1%E1%84%91%E1%85%A9%E1%84%8"
}
],
"review_rating": 5,
"review_title": "루ㅇ아아",
"review_content": "ㅇ나아아아",
"review_date": "2019-01-03T09:03:57.000+0000",
"cafe_name": "cafename1",
"cafe_address": "서울 종로구",
"time": "6일 전",
"like_count": 2,
"comment_count": 0,
"auth": false,
"like": true
}
]
}
{
"status": 204,
"message": "팔로우/팔로잉을 찾을 수 없습니다.",
"data": null
}
{
"status": 204,
"message": "피드를 찾을 수 없습니다",
"data": null
}
{
"status": 500,
"message": "서버 내부 에러",
"data": null
}