GetAllClips

Fetch all clips for the connected Twitch Broadcaster. The list is in descending order by view count.

Signature

public List<ClipData> GetAllClips(Boolean? isFeatured)

Parameters

isFeatured
Boolean?

No description provided.

Return Type

List<Twitch.Common.Models.Api.ClipData>

Example

CPH.GetAllClips();
CPH.GetAllClips(isFeatured);