C# 클래스 AuntieDot.AuntieDotManager

파일 보기 프로젝트 열기: 0xdeafcafe/AuntieDot

공개 메소드들

메소드 설명
AuntieDotManager ( string spartanToken, string gamertagFromAuth ) : AuntieDot.Core

Initalize a new Instance of AuntieDot. The most badass, cigar chompiest HaloWaypoint Stat Wrapper there is!

CallX343Api ( string url, string gamertag = null, string>.Dictionary replacementVariables = null ) : string
CallX343ApiAsync ( string url, string gamertag = null, string>.Dictionary replacementVariables = null ) : Task
CreateUrlFromObject ( Models imageUrl, string size ) : string
GetServicesList ( ) : void
GetServicesList ( string jsonString ) : void
GetServicesListAsync ( ) : System.Threading.Tasks.Task
SetServicesList ( string jsonString ) : void
SetServicesListAsync ( string jsonString ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
PopulateUrl ( string url, string>.Dictionary replacementVariables ) : string
SendGetRequest ( string url, string spartanToken, RequestAuthType authType ) : string
SendGetRequestAsync ( string url, string spartanToken, RequestAuthType authType ) : Task

메소드 상세

AuntieDotManager() 공개 메소드

Initalize a new Instance of AuntieDot. The most badass, cigar chompiest HaloWaypoint Stat Wrapper there is!
public AuntieDotManager ( string spartanToken, string gamertagFromAuth ) : AuntieDot.Core
spartanToken string The 343 Spartan Token, this can be obtained in AuntieDot.Authentication
gamertagFromAuth string The gamertag that was used in the original WLID OAuth process.
리턴 AuntieDot.Core

CallX343Api() 공개 메소드

public CallX343Api ( string url, string gamertag = null, string>.Dictionary replacementVariables = null ) : string
url string
gamertag string
replacementVariables string>.Dictionary
리턴 string

CallX343ApiAsync() 공개 메소드

public CallX343ApiAsync ( string url, string gamertag = null, string>.Dictionary replacementVariables = null ) : Task
url string
gamertag string
replacementVariables string>.Dictionary
리턴 Task

CreateUrlFromObject() 공개 메소드

public CreateUrlFromObject ( Models imageUrl, string size ) : string
imageUrl Models
size string
리턴 string

GetServicesList() 공개 메소드

public GetServicesList ( ) : void
리턴 void

GetServicesList() 공개 메소드

public GetServicesList ( string jsonString ) : void
jsonString string
리턴 void

GetServicesListAsync() 공개 메소드

public GetServicesListAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

SetServicesList() 공개 메소드

public SetServicesList ( string jsonString ) : void
jsonString string
리턴 void

SetServicesListAsync() 공개 메소드

public SetServicesListAsync ( string jsonString ) : System.Threading.Tasks.Task
jsonString string
리턴 System.Threading.Tasks.Task