This function sends a GET request to the timetable module endpoint of the Semestry API and retrieves the timetable data for a specific module.
get_timetable_module(semestry, module_code, timeout = 30)The retrieved timetable data for the specified module from the API.
An authenticated Semestry object.
The module code to retrieve timetable data for.
The timeout duration for the GET request (default: 30 seconds).