Commit 738cc65d authored by Zohten's avatar Zohten

more doc

parent d7f7190f
......@@ -4,8 +4,8 @@
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 |
|------------------------------|------------------------------|
|Endpoint principal |Description |
|-------------------------------------|------------------------------|
|[`/login`](backend/login.md) |Concerne l'authentification |
|[`/user`](backend/user.md) |Concerne l'utilisateur |
|[`/blacklist`](backend/blacklist.md) |Concerne la blacklist |
......
......@@ -2,9 +2,10 @@
[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}|
|Méthode|Token|Endpoint |Description |Champs json|
|-------|-----|--------------------|---------------------------------------|-----------|
|GET | Non |`/round` |Récupère tous les rounds | |
|GET | Non |`/round/{id}` |Récupère le round {id} | |
|GET | Non |`/round/{id}/user` |Récupère les utilisateurs du round {id}| |
|POST | Non |`/round` |Ouverture/création d'un round |`id_game`,`prevailing_wind`,`seed`|
|PUT | Non |`/round/{id}/action`|Add an action to the round |`actions` |
\ No newline at end of file
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