<aside> 💡 개발하면서 필요한 API 목록입니다. !!!! Base URL: https://tapa-tip.du.r.appspot.com/
</aside>
community/best/
get
community/new/
get
community/posts/
get
tags
tag 하나를 입력해주시면 그 태그에 맞게 필터링합니다. 만약 tag가 존재하지 않을 시 empty json ({}
)을 반환합니다.community/posts/{$post_id}
get
comments도 같이 보내주시면 좋을 것 같습니다.
{
"comments": {},
"post": {
"comment_num": 0,
"content": "Very nice :)",
"created_at": 1665764919,
"likes": {
"7Y13fxHqRjZ5HtJ0f2zqNkY3zCY2": 1
},
"pic_url": "<https://firebasestorage.googleapis.com/v0/b/tapa-tip.appspot.com/o/images%2F-NEMJsaHx-21EMu2Nw3S%2Fpic?alt=media>",
"tags": "tag1,tag2,tag3",
"title": "post with username",
"updated_at": 1665764919,
"user_id": "7Y13fxHqRjZ5HtJ0f2zqNkY3zCY2",
"username": "placid",
"views": 0
}
}