Property | Type | Description | |
---|---|---|---|
restClient | RestClient |
Method | Description | |
---|---|---|
GetBadges ( string channel ) : |
||
GetChannel ( string channel ) : |
||
GetChannelVideos ( string channel, bool broadcasts = false, bool hls = false, |
||
GetEmoticons ( ) : TwitchList |
||
GetFeaturedStreams ( |
||
GetFollowedChannel ( string user, string target ) : |
||
GetFollowedChannels ( string user, |
||
GetFollowers ( string channel, |
||
GetIngests ( ) : TwitchList |
||
GetRequest ( string url, Method method ) : |
||
GetRoot ( ) : |
||
GetStream ( string channel ) : |
||
GetStreamSummary ( string game = null ) : |
||
GetStreams ( string game = null, string channel = null, string clientId = null, |
||
GetTeam ( string team ) : |
||
GetTeams ( |
||
GetTeams ( string channel ) : TwitchList |
||
GetTopGames ( |
||
GetTopVideos ( string game = null, PeriodType period = PeriodType.week, |
||
GetUser ( string user ) : |
||
GetVideo ( string id ) : |
||
IsFollowing ( string user, string target ) : bool | ||
IsLive ( string channel ) : bool | ||
SearchChannels ( string query, PagingInfo pagingInfo = null ) : TwitchList |
||
SearchGames ( string query, bool live = false, PagingInfo pagingInfo = null ) : TwitchList |
||
SearchStreams ( string query, PagingInfo pagingInfo = null ) : TwitchList |
||
SearchStreams ( string query, bool hls, PagingInfo pagingInfo = null ) : TwitchList |
||
TwitchReadOnlyClient ( ) : OakBot.Enums | ||
TwitchReadOnlyClient ( string url ) : OakBot.Enums |
public GetBadges ( string channel ) : |
||
channel | string | |
return |
public GetChannel ( string channel ) : |
||
channel | string | |
return |
public GetChannelVideos ( string channel, bool broadcasts = false, bool hls = false, |
||
channel | string | |
broadcasts | bool | |
hls | bool | |
pagingInfo | ||
return | TwitchList |
public GetFeaturedStreams ( |
||
pagingInfo | ||
return | TwitchList |
public GetFollowedChannel ( string user, string target ) : |
||
user | string | |
target | string | |
return |
public GetFollowedChannels ( string user, |
||
user | string | |
pagingInfo | ||
sortDirection | SortDirection | |
sortType | SortType | |
return | TwitchList |
public GetFollowers ( string channel, |
||
channel | string | |
pagingInfo | ||
return | TwitchList |
public GetRequest ( string url, Method method ) : |
||
url | string | |
method | Method | |
return |
public GetStream ( string channel ) : |
||
channel | string | |
return |
public GetStreamSummary ( string game = null ) : |
||
game | string | |
return |
public GetStreams ( string game = null, string channel = null, string clientId = null, |
||
game | string | |
channel | string | |
clientId | string | |
pagingInfo | ||
return | TwitchList |
public GetTeams ( |
||
pagingInfo | ||
return | TwitchList |
public GetTeams ( string channel ) : TwitchList |
||
channel | string | |
return | TwitchList |
public GetTopGames ( |
||
pagingInfo | ||
return | TwitchList |
public GetTopVideos ( string game = null, PeriodType period = PeriodType.week, |
||
game | string | |
period | PeriodType | |
pagingInfo | ||
return | TwitchList |
public IsFollowing ( string user, string target ) : bool | ||
user | string | |
target | string | |
return | bool |
public SearchChannels ( string query, PagingInfo pagingInfo = null ) : TwitchList |
||
query | string | |
pagingInfo | PagingInfo | |
return | TwitchList |
public SearchGames ( string query, bool live = false, PagingInfo pagingInfo = null ) : TwitchList |
||
query | string | |
live | bool | |
pagingInfo | PagingInfo | |
return | TwitchList |
public SearchStreams ( string query, PagingInfo pagingInfo = null ) : TwitchList |
||
query | string | |
pagingInfo | PagingInfo | |
return | TwitchList |
public SearchStreams ( string query, bool hls, PagingInfo pagingInfo = null ) : TwitchList |
||
query | string | |
hls | bool | |
pagingInfo | PagingInfo | |
return | TwitchList |
public TwitchReadOnlyClient ( ) : OakBot.Enums | ||
return | OakBot.Enums |
public TwitchReadOnlyClient ( string url ) : OakBot.Enums | ||
url | string | |
return | OakBot.Enums |