[][src]Module twitch_api2::helix::streams

Endpoints regarding streams

Examples

let client = HelixClient::new();
let req = GetStreamsRequest::builder()
    .user_login(vec!["justinfan1337".to_string()])
    .build();

// If this doesn't return a result, that would mean the stream is not live.
println!("{:?}", &client.req_get(req, &token).await?.data.get(0));

Modules

get_streams

Gets information about active streams. get-streams

Structs

GetStreams

Return Values for Get Streams

GetStreamsRequest

Query Parameters for Get Streams

Enums

StreamType

Gotten from GetStreams.type_