Skip to content

API_explore

newmki edited this page Mar 24, 2022 · 1 revision

/explore

🟢🟡🔴get

  • parameters
{
}
  • response
{
  "success": "bool",
  "data": {
    "posts": [ //latest 순
      {
        "nickname": "str",
        "userPostTitle": "str",
        "createdAt": "str",
        "imageUrl": "str",
        "textContent": "str",
        "tagArr": "str"
      },
      {
        ...
      }
    ]
  },
  "message": "str"
}
Clone this wiki locally