C# Class Hardly.Library.Twitch.TwitchApi

Afficher le fichier Open project: hardlydifficult/HardlyBot Class Usage Examples

Méthodes publiques

Méthode Description
GetUser ( string username ) : TwitchUser
TwitchApi ( ITwitchFactory factory )

Private Methods

Méthode Description
GetFollowerJson ( TwitchConnection connection, uint limit, uint offset ) : string
GetJson ( TwitchBot bot, uint limit, uint offset, string path ) : string
GetLiveFollowersJson ( TwitchConnection connection, uint limit, uint offset ) : string
UpdateLiveFollowers ( TwitchConnection connection, uint limit, uint offset ) : void
UpdateNewFollowers ( TwitchConnection connection, uint limit, uint offset, bool forceNextPage = false ) : void

Method Details

GetUser() public méthode

public GetUser ( string username ) : TwitchUser
username string
Résultat TwitchUser

TwitchApi() public méthode

public TwitchApi ( ITwitchFactory factory )
factory ITwitchFactory