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,
|
data: ApiTeachersResponseData,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[derive(Deserialize, Debug)]
|
||||||
|
pub struct ApiProfile {}
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct Client {
|
pub struct Client {
|
||||||
pub api_url: url::Url,
|
pub api_url: url::Url,
|
||||||
|
@ -733,7 +736,7 @@ impl Client {
|
||||||
Ok(resp.data.elements)
|
Ok(resp.data.elements)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn exams(&self) -> Result<()> {
|
// pub async fn exams(&self) -> Result<()> {
|
||||||
Ok(())
|
// Ok(())
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue