Compare commits
3 commits
0651a39296
...
00cabc308d
Author | SHA1 | Date | |
---|---|---|---|
00cabc308d | |||
5d5724cac1 | |||
d6b28aa323 |
2 changed files with 6 additions and 3 deletions
BIN
2018-09-20-WebUntis_JSON_RPC_API.pdf
Normal file
BIN
2018-09-20-WebUntis_JSON_RPC_API.pdf
Normal file
Binary file not shown.
|
@ -283,6 +283,9 @@ struct ApiTeachersResponse {
|
|||
data: ApiTeachersResponseData,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Debug)]
|
||||
pub struct ApiProfile {}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Client {
|
||||
pub api_url: url::Url,
|
||||
|
@ -733,7 +736,7 @@ impl Client {
|
|||
Ok(resp.data.elements)
|
||||
}
|
||||
|
||||
pub async fn exams(&self) -> Result<()> {
|
||||
Ok(())
|
||||
}
|
||||
// pub async fn exams(&self) -> Result<()> {
|
||||
// Ok(())
|
||||
// }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue