Malar Kannan fe97494629 1. code clean up
2. get_attendance wip
2017-08-31 22:07:58 +05:30
2017-08-31 19:44:54 +05:30
2017-08-31 22:07:58 +05:30
2017-08-31 22:07:58 +05:30
2017-08-31 14:18:49 +05:30
2017-08-31 22:07:58 +05:30
2017-08-31 14:14:47 +05:30

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

Student : $http --session=./session.json -f POST http://127.0.0.1:5000/api/attendance/student presence=absent identifier=2 time=now Class : http --session=./session.json -f POST http://127.0.0.1:5000/api/attendance/class presence=present identifier=1 time=now

Get Attendance

Student: http --session=./session.json GET "http://127.0.0.1:5000/api/attendance/student?identifier=1&start_time=now&end_time=now" Class: http --session=./session.json GET "http://127.0.0.1:5000/api/attendance/class?identifier=1&start_time=now&end_time=now"

Description
No description provided
Readme 164 KiB
Languages
Python 100%