schedulelib::remote::public_schedule_remote

Function get_public_class_schedule

Source
pub fn get_public_class_schedule(
    headers: HeaderMap,
    class: Uuid,
) -> Result<PublicSlotsAndDetailsResponse, String>
Expand description

Get information about each lesson within a schedule with a filter for a specific class.

§Example

write an example

§Errors

There are errors that will occur…