This API lets you log in with your JIIT Student credentials and fetch your attendance.
POST /
Content-Type: application/json
{
"name": "YourRollNumber",
"pass": "YourPassword"
}
{
"message": "ok",
"user": "YourRollNumber",
"attendance": { ... }
}
http://localhost:3000