{
"username" : "Erick"
}
{
"id": 1,
"username" : "Erick"
}
Form-data
file
{
"id": 1,
"name": "image",
"extension": "jpg",
"duration": null,
"url": "http://backendurl.com/file/content/48b874b5-bf02-4af8-2252-90ca7chg6cb0",
"thumbnailUrl": "http://backendurl.com/file/content/48b874b5-bf02-4af8-2252-90ca7chg6cb0"
}
or
{
"id": 1,
"name": "voice",
"extension": "mp4",
"duration": 39,
"url": "http://backendurl.com/file/content/48b874b5-bf02-4af8-9664-90ca7chg6cb0",
"thumbnailUrl": null
}
{
"userId" : 1
}
{
"message" : "e ai",
"type" : "text"
}
or
{
"type" : "audio",
"duration": 34,
"fileId": 1
}
or
{
"type" : "image",
"fileId": 1
}
{
"total": 15
}
{
"id" : 1,
"username" : "text",
"lastMessges": [
{
"type": "text",
"message": "opa",
"date":"2020-05-04 12:42",
"user": {
"id": 1,
"username": "Ricardo"
}
},
{
"type": "audio",
"message": "",
"date":"2020-05-04 12:40",
"user": {
"id": 2,
"username": "Daniel"
},
"file": {
"id": 1,
"name": "voice",
"extension": "mp4",
"duration": 39,
"url": "http://backendurl.com/file/content/48b874b5-bf02-4af8-9664-90ca7chg6cb0",
"thumbnailUrl": null
}
},
{
"type": "image",
"message": "",
"date":"2020-05-04 12:40",
"user": {
"id": 2,
"username": "Daniel"
},
"file": {
"id": 1,
"name": "image",
"extension": "jpg",
"duration": null,
"url": "http://backendurl.com/file/content/48b874b5-bf02-4af8-2252-90ca7chg6cb0",
"thumbnailUrl": "http://backendurl.com/file/content/48b874b5-bf02-4af8-2252-90ca7chg6cb0"
}
}
]
}
{
"id": 1,
"username": "Ricardo"
}
{
"id": 1,
"username": "Ricardo"
}
{
"type": "text",
"message": "noiz",
"date":"2020-05-04 12:48",
"user": {
"id": 2,
"username": "Daniel"
}
}
or
{
"type": "audio",
"message": "",
"date":"2020-05-04 12:40",
"user": {
"id": 2,
"username": "Daniel"
},
"file": {
"id": 1,
"name": "voice",
"extension": "mp4",
"duration": 39,
"url": "http://backendurl.com/file/content/48b874b5-bf02-4af8-9664-90ca7chg6cb0",
"thumbnailUrl": null
}
}
or
{
"type": "image",
"message": "",
"date":"2020-05-04 12:40",
"user": {
"id": 2,
"username": "Daniel"
},
"file": {
"id": 1,
"name": "image",
"extension": "jpg",
"duration": null,
"url": "http://backendurl.com/file/content/48b874b5-bf02-4af8-2252-90ca7chg6cb0",
"thumbnailUrl": "http://backendurl.com/file/content/48b874b5-bf02-4af8-2252-90ca7chg6cb0"
}
}
cd test_client
npm install
node client.js