Module twitch_api2::helix::tags[][src]

This is supported on crate feature helix only.

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

get_all_stream_tags

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

Structs

GetAllStreamTagsRequest

Query Parameters for Get All Stream Tags

TwitchTag

A stream tag as defined by Twitch.

Enums

AutoGenerated

Tag is auto-generated or not.

Type Definitions

Tag

Return Values for Get All Stream Tags

TagLanguage

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