Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kbaraniak committed Dec 16, 2023
2 parents b2bdd6e + 8381f4d commit cd6bc47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

4 changes: 2 additions & 2 deletions testapi/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async fn main() {
hello();
test_connect().await;
test_cookie().await;
let api = get_token("kambar25", "sKLB123#").await;
let api = get_token("login", "password").await;
// api.me().await;
// Unavailable: api.timetables().await;
// api.grades().await;
Expand Down Expand Up @@ -86,4 +86,4 @@ async fn main() {



}
}

0 comments on commit cd6bc47

Please sign in to comment.