Update deps and add some fields.

This commit is contained in:
FireMaskterK 2021-10-04 12:55:06 +01:00
parent 5654524e72
commit 125fdee6c2
4 changed files with 20 additions and 16 deletions

View file

@ -12,7 +12,7 @@ async fn main() {
let client = PipedClient::new(httpclient, instance);
let streams = client.get_trending().await.unwrap();
let streams = client.get_trending("US".to_string()).await.unwrap();
println!("{:?}", streams);
}