GetClipsForGame
Fetch clips for a specific game on Twitch
Signature
public List<ClipData> GetClipsForGame(int gameId, Boolean? isFeatured)
Parameters
gameId
int required
No description provided.
isFeatured
Boolean?
No description provided.
Return Type
List<Twitch.Common.Models.Api.ClipData>
Example
CPH.GetClipsForGame(gameId);
CPH.GetClipsForGame(gameId, isFeatured);