-
Notifications
You must be signed in to change notification settings - Fork 18
Chat
Neng Sitiporn edited this page Nov 3, 2022
·
5 revisions
GET /chat
response
{ roomid : "1234" , roomName : "toddy" ,roomtype : "individual" },
{ roomid : "2341" , roomName : "oil" , roomtype : "individual"},
{ roomid : "4521" , roomName : "maki group" , roomtype : "group"}
GET /chat/:roomid
query params
| Parameter | Type | Description |
|---|---|---|
| roomid | String | RoomID |
response
{ masseageID : "4521" , senderID : "64130500249" ,messageType : "pure" createAt :'2022-01-1 00:00:01' message :"Happy new year 🎉"},
{ masseageID : "21453" , senderID : "64130500249" ,messageType : "song" createAt :'2022-01-1 00:00:10'
message :"https://open.spotify.com/track/7fyVBKYJYMP42nNr9RFTAT?si=68c70d2b01de4890"}
POST /chat/:roomid
body json
| Parameter | Type | Description |
|---|---|---|
| message | String | massage |
add massage to massage table in database
POST /chat/:roomid
body json
| Parameter | Type | Description |
|---|---|---|
| message | String | massage |
delete massage to massage table in database
DELETE /chat/:roomid
body json
| Parameter | Type | Description |
|---|---|---|
| message | String | massage |
delete massage to massage table in database
DELETE /chat/:roomid
params
| Parameter | Type | Description |
|---|---|---|
| RoomID | String | RoomID |
Delete room from database
PUT /chat/:roomid
body json
| Parameter | Type | Description |
|---|---|---|
| color | String | color theme |
| userID | String | userID |
| nickname | String | new user nickName |
| RoomID | String | RoomID |
Update chat property