전체 트윗 조회
GET
/home
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Response
{
tweets:[
{
"tweetId": 1,
"authorId": "Netflix",
"authorName": "Netflix",
"authorProfileImg": "imageUrl",
"content": "넷플릭스 신작 대개봉",
"likeCnt": 12,
"commentCnt": 2,
"elapsedTime": 6:00:00
},
{
"tweetId": 2,
"authorId": "EWHA",
"authorName": "EWHA_univ",
"authorProfileImg": "imageUrl",
"content": "대동제시작~",
"likeCnt": 5,
"commentCnt": 1,
"elapsedTime": 2:00
}
]
}
Last updated