C# Class Twitch.Services.TwitchQueryService

Inheritance: ITwitchQueryService
Afficher le fichier Open project: alanebro82/Twitch

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public GetChannel ( string aChannelName ) : Task>
aChannelName string
Résultat Task>

GetChannels() public méthode

public GetChannels ( string aGame, uint aOffset, uint aSize ) : Task
aGame string
aOffset uint
aSize uint
Résultat Task

GetGames() public méthode

public GetGames ( uint aOffset, uint aSize ) : Task
aOffset uint
aSize uint
Résultat Task