|
|
|
@ -25,7 +25,6 @@ POST /login can log in as a user with just the local part of the id |
|
|
|
POST /login as non-existing user is rejected |
|
|
|
POST /login as non-existing user is rejected |
|
|
|
POST /login wrong password is rejected |
|
|
|
POST /login wrong password is rejected |
|
|
|
# Room creation endpoints implemented |
|
|
|
# Room creation endpoints implemented |
|
|
|
POST /createRoom makes a public room |
|
|
|
|
|
|
|
POST /createRoom makes a private room |
|
|
|
POST /createRoom makes a private room |
|
|
|
POST /createRoom makes a private room with invites |
|
|
|
POST /createRoom makes a private room with invites |
|
|
|
POST /createRoom makes a room with a name |
|
|
|
POST /createRoom makes a room with a name |
|
|
|
|