Skip to content

user information

enjoy369 edited this page Mar 20, 2020 · 7 revisions

타인의 정보 불러오기

Context-type : application/json

GET /api/user/:id

Request

{
        "id": 2,
}

Response

Success : 200

{
    "id": 2,
    "nickname": "abc",
    "Posts": [
        {
            "id": 12
        },
        {
            "id": 13
        },
        {
            "id": 14
        },
        {
            "id": 15
        }
    ],
    "Followings": [],
    "Followers": [],
    "Image": null
}
Clone this wiki locally