View source: R/get_timetable_module.R
get_timetable_module | R Documentation |
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)
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). |
The retrieved timetable data for the specified module from the API.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.