Expand description

yt-api

With the yt-api crate you can interact asynchronously with the youtube-api.

Performing a search query

To perform a search query, you can create a SearchList query.

let result = SearchList::new(ApiKey::new("your-youtube-api-key")).q("rust lang").await;

Modules

Structs