Module twitch_api2::helix::videos[][src]

This is supported on crate feature helix only.

Helix endpoints regarding videos

Examples

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

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

Modules

delete_videos

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

get_videos

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

Structs

GetVideosRequest

Query Parameters for Get Videos

Video

Return Values for Get Videos

Enums

Sort

Sort order of the videos

VideoPeriod

Period during which the video was created

VideoTypeFilter

Type of video.