feature: the beginnings of chat working

This commit is contained in:
Andy Burke 2025-07-01 15:37:35 -07:00
parent 85024c6e62
commit 649ff432bb
24 changed files with 1555 additions and 918 deletions

View file

@ -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