Available on crate feature helix only.
Expand description

Helix endpoints regarding tags

Examples

let client = HelixClient::new();
let req = GetAllStreamTagsRequest::builder().build();

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

Modules

Gets the list of all stream tags defined by Twitch, optionally filtered by tag ID(s). get-all-stream-tags

Structs

Language code, formatted as 2 letter language by ISO 639-1, a dash (-) and 2 letter region by ISO 3166-1

A reference to a borrowed TagLanguage

A stream tag as defined by Twitch.

Enums

Tag is auto-generated or not.

Type Definitions

Return Values for Get All Stream Tags