Functions
getActivity
Parameters
studentCode: string
Optional dateOfBirth: string
getBehaviour
Parameters
studentCode: string
Optional dateOfBirth: string
getLessons
Parameters
studentCode: string
Optional dateOfBirth: string
getStudentInfo
- getStudentInfo(studentCode: string, dateOfBirth?: string): Promise<Student>
Parameters
studentCode: string
Optional dateOfBirth: string
Returns Promise<Student>
listHomeworks
Parameters
studentCode: string
Optional dateOfBirth: string