diff --git a/src/marks.rs b/src/marks.rs index 384da9c..88a4e44 100644 --- a/src/marks.rs +++ b/src/marks.rs @@ -1,3 +1,9 @@ pub async fn get_marks(username: String, password: String, user_agent: &str) -> String { format!("{}/{}/{}", username, password, user_agent) + + // Login + // https://cas.univ-paris8.fr/cas/login + + // Marks + // https://scolarite-etudiant.univ-paris8.fr/mondossierweb/#!notesView }