资 源 简 介
What is UQtt?
The University of Queensland (UQ) has an online system for managing the university‘s timetable called mySI-net. This is a large Java web application that only allows access to its data in HTML form, and does not present the data in a very intuitive or useful form.
This project‘s aim is to provide a REST/HTTP-based interface to the data contained in mySI-net, presented in JSON and iCal formats which are easy to parse, and highly interoperable, enabling applications to make use of timetable data for UQ courses.
Additionally, the project develops an AJAX-based client for this API, with many features lacking in the mySInet interface.
But I was after the cool web interface!
The live copy of the AJAX client (and the API backend) can be found at UQ Web Timetabler. :)
API and library documentation
Documentation is included in the source tarball, however if you just want to g