mirror of
https://github.com/TeamPiped/piped-rust-sdk.git
synced 2024-08-14 23:56:06 +00:00
Add playlist example.
This commit is contained in:
parent
b5964484ca
commit
ed6b94dc2d
3 changed files with 27 additions and 2 deletions
|
@ -12,7 +12,7 @@ async fn main() {
|
|||
|
||||
let client = PipedClient::new(httpclient, instance);
|
||||
|
||||
let channel = client.get_trending().await.unwrap();
|
||||
let streams = client.get_trending().await.unwrap();
|
||||
|
||||
println!("{:?}", channel);
|
||||
println!("{:?}", streams);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue