BlushyFace.Twitch
BlushyFace.Twitch.API.Helix.Endpoints.Videos Class Reference

Implemented More...

Public Member Functions

 Videos (HttpHandler httpHandler)
 
async Task< VideoResponse > GetVideosAsync (List< KeyValuePair< string, string >> parameters=null)
 

Detailed Description

Implemented

Member Function Documentation

◆ GetVideosAsync()

async Task<VideoResponse> BlushyFace.Twitch.API.Helix.Endpoints.Videos.GetVideosAsync ( List< KeyValuePair< string, string >>  parameters = null)
inline

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

The response has a JSON payload with a data field containing an array of video elements. For lookup by user or game, pagination is available, along with several filters that can be specified as query string parameters.

Required Query Parameters: id, user_id, game_id

Parameters
parameters
Returns