host-fastapi / constants /constants.py
sanjay7178's picture
Upload 31 files
5161c7a verified
raw
history blame contribute delete
866 Bytes
user_agent_header = {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.67"
}
vtop_base_url = "https://vtop.vitap.ac.in/vtop/"
vtop_profile_url = f"{vtop_base_url}studentsRecord/StudentProfileAllView"
vtop_process_timetable_url = f"{vtop_base_url}processViewTimeTable"
vtop_semID_list_url = f"{vtop_base_url}academics/common/StudentAttendance"
vtop_process_attendance_url = f"{vtop_base_url}processViewStudentAttendance"
vtop_process_attendance_detail_url = f"{vtop_base_url}processViewAttendanceDetail"
vtop_doMarks_view_url = f"{vtop_base_url}examinations/doStudentMarkView"
vtop_gradeHistory_url = f"{vtop_base_url}examinations/examGradeView/StudentGradeHistory"
vtop_doExamSchedule_url = f"{vtop_base_url}examinations/doSearchExamScheduleForStudent"