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)

Arguments

semestry

An authenticated Semestry object.

module_code

The module code to retrieve timetable data for.

timeout

The timeout duration for the GET request (default: 30 seconds).

Value

The retrieved timetable data for the specified module from the API.