commit f37edca207aa869406790612e5520113ac8e9b2e Author: francois.baille Date: Wed May 7 21:45:35 2025 +0200 Ajouter Home diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..de2c88b --- /dev/null +++ b/Home.md @@ -0,0 +1,25 @@ +# Documentation API EMS + +## Sommaire +1. [Authentification](#authentification) +2. [Patients](#patients) + - [Gestion des dossiers](#gestion-des-dossiers) + - [Traitements & prescriptions](#traitements--prescriptions) + - [Allergies & vaccins](#allergies--vaccins) +3. [Personnel Médical](#personnel-médical) +4. [Calendrier](#calendrier) +5. [Formations](#formations) +6. [Statistiques](#statistiques) +7. [Chat Global](#chat-global) +8. [Erreurs](#erreurs) + +--- + +## Authentification + +Toutes les routes nécessitent un token JWT valide dans le header `Authorization`. + +```http +GET /api/ems/patients +Authorization: Bearer +``` \ No newline at end of file