eplace/src/students/index.js
2026-05-15 11:08:23 +02:00

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