given files
This commit is contained in:
parent
9bf88844e9
commit
a2c31f873d
48 changed files with 10458 additions and 0 deletions
10
src/rooms/index.js
Normal file
10
src/rooms/index.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// FIXME: This file should handle the rooms API
|
||||
// Functions may include:
|
||||
// - fetchRoomConfig (get the configuration of a room)
|
||||
// - setCurrentRoomConfig (set the current room configuration and update the DOM accordingly)
|
||||
// - getCurrentRoomConfig (get the current room configuration)
|
||||
// - joinRoom (join a room by its slug)
|
||||
// - listRooms (list all the rooms available)
|
||||
// - createRoom (create a room)
|
||||
// - updateRoom (update a room's configuration)
|
||||
// - deleteRoom (delete a room)
|
||||
Loading…
Add table
Add a link
Reference in a new issue