[][src]Function twitch_rs::clips::get

pub async fn get<'_, '_>(
    twitch_api: &'_ TwitchApi,
    clip_ids: &'_ Vec<String>
) -> Result<HelixResponse<HelixClip>, Box<dyn Error>>