You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Response: the response from this endpoint will return a websocket connection that the client and server can use to exchange messages.
Request:
clientID.
This endpoint is going to be hit when the user does one of the following actions (we need to decide which one it will be):
Connect to the internet (like other chat applications, when you connect to the internet you automatically are connected the the servers and all your unread messages will be sent to you).
Open the Tutipay app.
Open the chat tab in the Tutipay app.
http://<domain>/chatapi/v1/getMessages
Response: the response from this endpoint will return all the messages that were sent to this client when he was not connected (unread messages).
Request:
ClientID.
Websocket connection.
Sending/receiving messages does not need an endpoint, since it's done through the websocket connection that is established when the client hits the connect endpoint.
The text was updated successfully, but these errors were encountered:
http://<domain>/chatapi/v1/connect
http://<domain>/chatapi/v1/getMessages
Sending/receiving messages does not need an endpoint, since it's done through the websocket connection that is established when the client hits the
connect
endpoint.The text was updated successfully, but these errors were encountered: