Caution
|
This document is WIP. |
Messages
- Create
-
POST /webapi/v1/messages
- Read
-
GET /webapi/v1/messages?chat=<chat-id>&since=<ISO-datetime>&from=<username>
- Update
-
not allowed
- Delete
-
not allowed
User
- Create
-
-
POST /webapi/v1/users
-
- Read
-
-
GET /webapi/v1/users
-
GET /webapi/v1/users/<username>
-
- Update
-
ToDo
- Delete
-
-
DELETE /webapi/v1/users/<username>
-
Peer Chat
- Create
-
on demand
- Read
-
-
GET /webapi/v1/chats/<chat-id>
-
GET /webapi/v1/chats/?with=<username>
-
GET /webapi/v1/chats/<username>/<username>
-
- Update
-
not allowed
- Delete
-
not allowed