A library to fetch upcoming live streams from a YouTube channel.
toml
[dependencies]
schetube = "0.1"
$ cd ./example
$ cargo run [Channel ID]
📝 List of structs and functions are available at docs.rs .
```rust
pub async fn fetchupcomingvideos(channelid: &str) -> Result<(Channel, Vectovideos(response: &ApiResponse) -> Option
impl Client {
pub fn new(client: reqwest::Client) -> Self;
pub fn create(name: &str, version: &str) -> Result