C# 클래스 Hardly.Library.Twitch.TwitchApi

파일 보기 프로젝트 열기: hardlydifficult/HardlyBot 1 사용 예제들

공개 메소드들

메소드 설명
GetUser ( string username ) : TwitchUser
TwitchApi ( ITwitchFactory factory )

비공개 메소드들

메소드 설명
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

메소드 상세

GetUser() 공개 메소드

public GetUser ( string username ) : TwitchUser
username string
리턴 TwitchUser

TwitchApi() 공개 메소드

public TwitchApi ( ITwitchFactory factory )
factory ITwitchFactory