-
Notifications
You must be signed in to change notification settings - Fork 1
Home
JiHwan edited this page May 22, 2021
·
2 revisions
URL : http://13.209.70.37:5000/api/post/date, http://13.209.70.37:5000/api/post/count
Content-Type: application/json
x
key | 설명 | 타입 | 비고 |
---|---|---|---|
kick_count | 킥 수 | Number | 받은 kick 수 |
timestamp | 날짜 및 시간 | Date | 현재 날짜 및 시간 |
contents | 본문 | String | 본문 |
title | 제목 | String | 제목 |
{
"_id": "60a940f6cb9bd34b0a2315a1",
"kick_count": 62,
"timestamp": "2021-04-01T01:27:11.554Z",
"contents": "어렸을 때 자전거 타다가 그대로 공원에 분수대에 빠진거.. 진짜 아직도 분수대에서 나오는 날 쳐다보던 사람들 표정이 안 잊혀진다 ㅋㅋㅋㅋㅋ",
"title": "자전거 타다 분수대에 빠진 수치플급똥"
},
{
"status": 500,
"success": false,
"message": "ServerErr"
}