-
Notifications
You must be signed in to change notification settings - Fork 4
회원 소개 조회
syndersonLEE edited this page Dec 30, 2018
·
3 revisions
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | /users/{u_idx}/description | 유저 조회 |
Content-Type: application/json
{
"status": 200,
"message": "회원 정보 조회 성공",
"data": "아투의 개발자입니다"
}
{
"status": 404,
"message": "회원을 찾을 수 없습니다.",
"data": null
}
{
"status": 500,
"message": "서버 내부 에러",
"data": null
}