feature: rooms and events implemented on the backend
This commit is contained in:
parent
df00324e24
commit
85024c6e62
29 changed files with 1659 additions and 115 deletions
15
public/api/rooms/:room_id/events/README.md
Normal file
15
public/api/rooms/:room_id/events/README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# /api/rooms/:room_id/events/:event_id
|
||||
|
||||
Interact with a specific event.
|
||||
|
||||
## GET /api/rooms/:room_id/events/:event_id
|
||||
|
||||
Get the event specified by the tuple [ `:room_id`, `:event_id` ].
|
||||
|
||||
## PUT /api/rooms/:room_id/events/:event_id
|
||||
|
||||
Update an event.
|
||||
|
||||
## DELETE /api/rooms/:room_id/events/:event_id
|
||||
|
||||
Delete an event.
|
Loading…
Add table
Add a link
Reference in a new issue