Available on crate feature helix only.
Expand description

Helix endpoints regarding videos

Examples

let client = HelixClient::new();
let req = GetVideosRequest::builder().id(vec!["1337".into()]).build();

println!("{:?}", &client.req_get(req, &token).await?.data);

Modules

Deletes one or more videos. Videos are past broadcasts, Highlights, or uploads. delete-videos

Gets video information by video ID (one or more), user ID (one only), or game ID (one only). get-videos

Structs

Query Parameters for Get Videos

Return Values for Get Videos

Enums

Sort order of the videos

Period during which the video was created

Type of video.