Skip to content

Followings

김은우 edited this page Mar 31, 2020 · 4 revisions

followings

Context-type : application/json

GET /api/user/:id/followings?offset=${offset}&limit=${limit}

Request

header

{
      "Cookie": "쿠키 값"
}

Response

Success : 200

   user: {
       "id": 1, 
       "nickname": "aaa",
       "image": {
             "src": "123.jpg" 
       }
   },
Clone this wiki locally