chat

채팅 관리

  1. 프로젝트(보드) 단체 채팅 메세지 내역

프로젝트(보드) 단체 채팅 메세지 내역

GET https://www.elephantcodingclub.site/api/chat/messages/{board_id}

Path Parameters

Name
Type
Description

board_id*

Long

프로젝트(보드) = 채팅방 ID

Query Parameters

Name
Type
Description

pageNo

Integer

페이지 번호

Cookies

Name
Type
Description

AccessToken*

String

JWT

RefreshToken*

String

JWT

  1. 채팅방 리스트(내역)

채팅방 리스트 (내역)

GET https://www.elephantcodingclub.site/api/chatRooms

Cookies

Name
Type
Description

AccessToken*

String

JWT

RefreshToken*

String

JWT

  1. 채팅 메세지 내역

채팅 메세지 내역

GET https://www.elephantcodingclub.site/api/chat/privatemessages/{chatRoom_id}

Path Parameters

Name
Type
Description

chatRoom_id*

String

채팅방 title

Query Parameters

Name
Type
Description

pageNo

Integer

페이지 번호

Cookies

Name
Type
Description

AccessToken*

String

JWT

RefreshToken*

String

JWT

  1. 개인 채팅방 생성

개인 채팅방 생성

POST https://www.elephantcodingclub.site/api/chatRooms

Cookies

Name
Type
Description

AccessToken*

String

JWT

RefreshToken*

String

JWT

Request Body

Name
Type
Description

username*

List<String>

초대할 사용자의 아이디 리스트

  1. 개인 채팅방 떠나기

개인 채팅방 (단체로 만들어진 경우만) 떠나기

PUT https://www.elephantcodingclub.site/api/chatRooms/{chatRoom_id}

Path Parameters

Name
Type
Description

chatRoom_id*

String

채팅방 title

Cookies

Name
Type
Description

AccessToken*

String

JWT

RefreshToken*

String

JWT

Last updated