add links
This commit is contained in:
parent
ffde76d153
commit
01a8647e86
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Reference in a new issue