https://github.com/saagie/hiring-app
Application for hiring
https://github.com/saagie/hiring-app
Last synced: 12 months ago
JSON representation
Application for hiring
- Host: GitHub
- URL: https://github.com/saagie/hiring-app
- Owner: saagie
- Created: 2016-05-26T14:39:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-20T14:18:37.000Z (almost 10 years ago)
- Last Synced: 2025-06-02T16:23:25.108Z (about 1 year ago)
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Saagie Human
----
But : Proposer une API Rest permettant la gestion des personnes de l'édition.
Il sera possible de faire un CRUD sur les objets "human" ainsi :
GET /api/human => retourne la liste de toutes les personnes
GET /api/human/id => retoune la personne représentée par son ID (HTTP Error 404 si la personne n'existe pas)
DELETE /api/human/id => supprime la personne représentée par son ID et la retourne (HTTP Error 404 si la personne n'existe pas)
POST /api/human => ajoute une personne et retourne la personne avec son ID
PUT /api/human/id => modifie une personne (modification totale) - (HTTP Error 404 si la personne n'existe pas)