find_courses - xamgems/UWSchedule GitHub Wiki
Web Service
- Request:
GET
- Params:
user_name
,quarter
- Returns: JSON list of user registration in detail of that quarter:
[{"room": "125", "title": "BEG SCI COMPUTING", "section_id": "A", "days": "MTWF", "credits": "4", "sln":
"10208", "course_number": "301", "location": "EEB", "time": "830-920", "department_code": "AMATH",
"instructor": "BRUNTON,STEVEN L.", "type": "LC"}]
- URL: http://shermanpay.com/uw_schedule/find_courses
Description
Finds user_name
in database matching that quarter
and returns user detailed registration in JSON format if found.
Else returns http error: Not Found