From 8b45971cbafd180e063bb6243ee5781461206b82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20ARNAUDEAU?= Date: Thu, 26 Jan 2017 14:58:52 +0100 Subject: [PATCH] TG-35 : Ajout du contrat d'interface --- API_Interfaces.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 API_Interfaces.txt diff --git a/API_Interfaces.txt b/API_Interfaces.txt new file mode 100644 index 0000000..825150a --- /dev/null +++ b/API_Interfaces.txt @@ -0,0 +1,10 @@ +####################### +LoginAPI (api/login) +####################### +POST -> Authentication method with login/password + login : User login + password : User password + +DELETE -> Logout current user + +