6c3a6c28d17168a289b993114c6c710c7a141439
Worflow
start the server by running
$python server.py
Login
$http --session=./session.json -f POST http://127.0.0.1:5000/api/login username=user@example.com password=password
Update Attendance
$http --session=./session.json -f POST http://127.0.0.1:5000/api/attendance/student presence=absent identifier=2 time=now
Description
Languages
Python
100%