User
api/v1/users/profile?userId=value
{}
username: username
profileImage: profileImage
api/v1/users/signup
email: email
username: username
password: password
{}
api/v1/users/login
email: email
password: password
{}
api/v1/users/profile?userId=value
username: username
profileImage: profileImageUrl
{}
api/v1/users/password
prePassword: prePassword
newPassword: newPassword
checkNewPassword: chekNewPassword
{}
api/v1/users/serch
{}
List: [
userId: userId,
username: username,
profileImage, profileImage
]
api/v1/users/signup/email
email: email
{}
api/v1/users/signup/email
email: email
code: code
{}
Friend
api/v1/friends
{}
List: [
username: username,
profileImage, profileImage
]
api/v1/friends/search/{keyword}
{}
List: [
username: username,
profileImage, profileImage
]
api/v1/friends/{friendId}
{}
{}
api/v1/friends/{friendId}
{}
{}
ChatRoom
api/v1/chat-rooms/{chatRoomId}
{}
title: title
LIst: [
message: message
username: username
contentTime: contentTime
]
api/v1/chat-rooms
{}
List: [
title: title
lastChat: lastChat
lastChatTime: lastChatTime
]
api/v1/chat-rooms
List: [
friendId:friendId
]
titile: title
chatRoomId: chatRoomId
api/v1/chat-rooms/{chatRoomId}
title: title
{}
api/v1/chat-rooms/{chatRoomId}
{}
{}
Chat
api/v1/chat-rooms/{chatRoomId}/chats
content: content
{}
api/v1/chat-rooms/{chatRoomId}/chats/{chatId}
{}
{}