# Functions
GetCourses is a closure for the GET /courses endpoint.
GetInstitutes is a closure for the GET /institutes endpoint.
GetOfferingComments is a closure for the GET /api/restricted/subject/offerings/comments endpoint.
GetOfferingsWithStats is a closure for the GET /api/restricted/subject/offerings endpoint
It differs from GetOfferings because it includes user ratings (approval, disapproval) for each offering.
GetProfessors is a closure for the GET /professors endpoint.
GetRelations is a closure for the GET /api/subject/relations endpoint.
GetSiblingSubjects is a closure for the GET /api/subject/siblings endpoint.
GetStats is a closure for the GET /stats endpoint.
GetSubjectByCode is a closure for the GET /api/subject endpoint.
GetSubjects is a closure for the GET /api/subject/search endpoint.
ListSubjects is a closure for the GET /api/subject/list endpoint.