Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 840 Bytes

DOCS.md

File metadata and controls

29 lines (15 loc) · 840 Bytes

Docs


Remember:

  • After sign in you need to provide authorization header that will contain Bearer token. eg: Bearer YOUR_TOKEN and for WebSocket you need send this token as handshake.auth.token .

  • You also need to provide exclude-socket header that will not resend you any data that you don't need. this header will contain your connected socket id.



Socket Events:

task-update When someone updates any joined task

task-delete When someone deletes a joined task

task-invitation When someone invites you to join a task

task-participant-delete When someone removes you from a task