Commit 36990e42 authored by Zohten's avatar Zohten

updated doc

parent 2ae5cdd4
......@@ -4,10 +4,10 @@
Pour tester les différents endpoint, nous avons centralisé les requêtes dans des fichiers `.http` dans `BackEnd/src/testRequests`. Nous vous invitons à y jeter un coup d'oeil. On utilisait l'extension REST IO de VSCode avec ces fichiers.
|Endpoint principal |Description|
|------------------------------|-----------|
|[`/login`]()|Concerne l'authentification|
|[`/user`]()|Concerne l'utilisateur|
|[`/blacklist`]()|Concerne la blacklist|
|[`/game`]()|Concerne les salles de jeu|
|[`/round`]()|Concerne les rounds de jeu|
|Endpoint principal |Description |
|------------------------------|------------------------------|
|[`/login`](/login.md) |Concerne l'authentification |
|[`/user`](/user.md) |Concerne l'utilisateur |
|[`/blacklist`](/blacklist.md) |Concerne la blacklist |
|[`/game`](/game.md) |Concerne les salles de jeu |
|[`/round`](/round.md) |Ouverture/création d'un round |
# Endpoint `/round`
[Revenir en arrière](../BackSummary.md)
|Méthode |Endpoint |Description |
|--------|-------------------|---------------------------------------|
|GET |`/round` |Récupère tous les rounds |
|GET |`/round/{id}` |Récupère le round {id} |
|GET |`/round/{id}/user` |Récupère les utilisateurs du round {id}|
|POST |`/round/{id}/user` |Récupère les utilisateurs du round {id}|
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment