This commit is contained in:
Quentin Rouland 2017-01-27 04:57:00 +01:00
commit faebce28a2
2 changed files with 11 additions and 1 deletions

10
API_Interfaces.txt Normal file
View File

@ -0,0 +1,10 @@
#######################
LoginAPI (api/login)
#######################
POST -> Authentication method with login/password
login : User login
password : User password
DELETE -> Logout current user

View File

@ -4,4 +4,4 @@ flask-sqlalchemy < 2.2
flask-restful < 0.4
mysqlclient < 1.4
pdfjinja < 1.1
pypdf2
PyPDF2 < 1.27