Skip to content
Snippets Groups Projects
Commit 7a85da51 authored by Yvan Peter's avatar Yvan Peter
Browse files

amélioration tableau

parent 7782d73f
No related branches found
No related tags found
No related merge requests found
...@@ -116,14 +116,15 @@ Dans la mesure où nous allons maintenant avoir des tests, ce développement se ...@@ -116,14 +116,15 @@ Dans la mesure où nous allons maintenant avoir des tests, ce développement se
## Définition de l'API pour notre gestion des tâches ## Définition de l'API pour notre gestion des tâches
| URI | Méthode | MIME | Réponse | | URI | Méthode | MIME | Réponse |
--- |--------------|---------|-----------------------------------|-------------------|
| /taches | GET | application/json | liste des tâches | | /taches | GET | application/json | liste des tâches |
| | | application/xml | | | | | application/xml | |
--- | --- | | | |
| /taches | POST | application/json | | | /taches | POST | application/json | |
| | | application/x-www-form-urlencoded | la tâche crée | | | | application/x-www-form-urlencoded | la tâche crée |
--- | --- | | | |
| /taches/{id} | GET | application/json | la tâche | | /taches/{id} | GET | application/json | la tâche |
| --- | | | |
| /taches/{id} | PUT | application/json | la nouvelle tâche | | /taches/{id} | PUT | application/json | la nouvelle tâche |
| | | | | | | | | |
## Récupérer une tâche ## Récupérer une tâche
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment