[Translation] Description

pull/8/head
Raphael Cerveaux 2018-07-26 12:42:35 +02:00 committed by GitHub
parent a09d63dd89
commit e467fb2954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,12 +12,12 @@ This api must manage 2 objects :
Create API endpoints to recover a user or task data. (e.g /user/{id})
L'api doit être capable de manipuler la liste des taches associées à un utilisateur en offrant la possibilité de:
The API must be able to manage users tasks and create the endpoints to:
- Fetch the latest tasks
- Create a task
- Delete a task
En développant cette API, vous devez garder en tête qu'elle est susceptible d'évoluer (nouveaux retours, nouveaux attributs dans les objets)
While developing this API, you must keep in mind it can evolve at any moment (new resources, new properties in objects ...).
2/ Create a frontend client to call the API