User Detail

입력한 pk의 MyUser object에 대한 정보를 돌려줍니다.

URL

/member/<pk>/

Method

GET

Success Response

HTTP Status code 200

Content

{
    "pk": 4,
    "email": "[email protected]",
    "nickname": "222",
    "username": "",
    "profile_img": "https://s3.ap-northeast-2.amazonaws.com/fc-tp-deploy-bucket/media/images/no_profile.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIEV6DRTSCBDAWAPQ%2F20170809%2Fap-northeast-2%2Fs3%2Faws4_request&X-Amz-Date=20170809T031728Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=10673501c3b4ae652d139784ab622877ad820e31811fbdb1da9961ef815585be",
    "is_follow": true
}

Error response

Not Found error

HTTP Status code 404

Content

```json

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

results matching ""

    No results matching ""