Skip to content

nishantc7/iterapi-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iterapi-web

This is a iterapi , REST port to make http requests and fetch data for the student portal of ITER

endpoints FOR POST :

  • /attendence/
  • /result/ - getDetailedResult()
  • /info/
  • /cgpa/ - getResult()

Example request

POST https://iterapi-web.herokuapp.com/result/ with json body as:

{ "user_id": "1941018330", "password": "mybadmybad", "sem": 1 }

Request to other endpoints can be made using the same json body with or without mentioning semester.
Made using Django-Rest-Framework

Releases

No releases published

Packages

 
 
 

Languages