6 lines
286 B
JavaScript
6 lines
286 B
JavaScript
|
|
// FIXME: This file should handle the students API
|
||
|
|
// Functions may include:
|
||
|
|
// - getStudent (get a student from the API by its uid or login)
|
||
|
|
// - getUserUidFromToken (get the user's uid from the token in local storage)
|
||
|
|
// - updateStudent (update the student's profile through the API)
|