mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 09:10:49 +00:00
Implement user saving
This commit is contained in:
parent
f7063a2992
commit
4020405801
3 changed files with 62 additions and 6 deletions
|
@ -30,7 +30,7 @@ impl Client {
|
|||
r: reqwest::RequestBuilder,
|
||||
) -> Result<reqwest::Response, Error> {
|
||||
let v = r.query(&[("k", &self.key)]).build()?;
|
||||
// println!("{}", v.url());
|
||||
dbg!(v.url());
|
||||
Ok(c.execute(v)?)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue