feature: the beginnings of chat working
This commit is contained in:
parent
85024c6e62
commit
649ff432bb
24 changed files with 1555 additions and 918 deletions
|
@ -1,10 +1,10 @@
|
|||
# /api/rooms/:room_id/events/:event_id
|
||||
# /api/rooms/:room_id/events
|
||||
|
||||
Interact with a specific event.
|
||||
Interact with a events for a room.
|
||||
|
||||
## GET /api/rooms/:room_id/events/:event_id
|
||||
## GET /api/rooms/:room_id/events
|
||||
|
||||
Get the event specified by the tuple [ `:room_id`, `:event_id` ].
|
||||
Get events for the given room.
|
||||
|
||||
## PUT /api/rooms/:room_id/events/:event_id
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue