User Following List

입력한 pk의 사용자가 Follow하는 MyUser object의 목록을 반환합니다.

URL
/member/<pk>/following

Method
GET

Success Response

HTTP Status code
200

Content

[
    {
        "pk": 26,
        "email": "[email protected]",
        "nickname": "121112121",
        "username": "",
        "profile_img": "http://localhost:8000/media/images/no_profile.png",
    }
]

Error response

User does not exist error

HTTP Status code 404

Content

# 존재하지 않는 유저에 접근할 경우 

{
"detail": "찾을 수 없습니다."
}

results matching ""

    No results matching ""