C# Class Twitch.Services.TwitchQueryService

Inheritance: ITwitchQueryService
Exibir arquivo Open project: alanebro82/Twitch

Public Methods

Method Description
GetChannel ( string aChannelName ) : Task>
GetChannels ( string aGame, uint aOffset, uint aSize ) : Task
GetGames ( uint aOffset, uint aSize ) : Task

Private Methods

Method Description
GamesListUri ( uint aOffset, uint aSize ) : Uri
StreamRequestUri ( string aChannelName, JsonObject aToken, string aSignature ) : Uri
StreamsListUri ( string aGameName, uint aOffset, uint aSize ) : Uri
TokenRequestUri ( string aChannelName ) : Uri

Method Details

GetChannel() public method

public GetChannel ( string aChannelName ) : Task>
aChannelName string
return Task>

GetChannels() public method

public GetChannels ( string aGame, uint aOffset, uint aSize ) : Task
aGame string
aOffset uint
aSize uint
return Task

GetGames() public method

public GetGames ( uint aOffset, uint aSize ) : Task
aOffset uint
aSize uint
return Task