-
Notifications
You must be signed in to change notification settings - Fork 2
API 문서
jin-Pro edited this page Aug 11, 2022
·
1 revision
<style type="text/css"></style>
| method | api 설계 | alias url | return type |
|---|---|---|---|
| post | /team/update | TEAM_UPDATE_API_URL | TeamInfoType |
| post | /team/create | TEAM_CREATE_API_URL | boolean |
| post | /team/invite | TEAM_INVITE_API_URL | boolean |
| post | /team/exit | TEAM_EXIT_API_URL | boolean |
| get | /team/info | TEAM_INFO_URL | TeamInfoType |
| post | /auth/login | LOGIN_API_URL | boolean |
| get | /auth/logout | LOGOUT_API_URL | boolean |
| post | /auth/register | REGISTER_API_URL | boolean |
| get | /auth/id-validation | CHECK_ID_VALIDATION_URL | boolean |
| get | /chat/info | CHAT_INFO_URL | ChatInfoType[] |
| post | /chat/postChat | POST_CHAT_API_URL | boolean |
| post | /chat/read | POST_CHAT_READ_API_URL | boolean |
| get | /chat/messages/ | CHAT_MESSAGES_API_URL | MessageType |
| get | /core/userInfo | USER_URL | PersonInfoType |
| get | /core/joinChatInfo | JOIN_CHAT_URL | joinChatType[] |
| get | /core/profile | PROFILE_API_URL | ProfileType |
| post | /core/userInfo | USER_INFO_API_URL | boolean |
| post | /core/image | POST_IMAGE_API_URL | string |
| get | /request | REQUEST_URL | RequestType[] |
| post | /request/post | REQUEST_API_URL | boolean |
| post | /request/accept | ACCEPT_API_URL | boolean |
| post | /request/deny | DENY_API_URL | boolean |