Learn R Programming

vvtermtime (version 0.1.0)

get_timetable_module: Retrieve timetable data for a specific module from the Semestry API

Description

This function sends a GET request to the timetable module endpoint of the Semestry API and retrieves the timetable data for a specific module.

Usage

get_timetable_module(semestry, module_code, timeout = 30)

Value

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

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).