Method | Description | |
---|---|---|
AddParam ( string Key, object Value ) : void | ||
AddParams ( object>.Dictionary |
||
ConstructorIORequest ( APIRequestType APIRequest, string Method, string Protocol = "https" ) : System | ||
ConstructorIORequest ( string APIPath, string Method, string Protocol = "https" ) : System | ||
this ( string key ) : object |
Method | Description | |
---|---|---|
GetURI ( string APIKey, string Host ) : |
public AddParam ( string Key, object Value ) : void | ||
Key | string | |
Value | object | |
return | void |
public AddParams ( object>.Dictionary |
||
ExtraParams | object>.Dictionary | |
return | void |
public ConstructorIORequest ( APIRequestType APIRequest, string Method, string Protocol = "https" ) : System | ||
APIRequest | APIRequestType | |
Method | string | |
Protocol | string | |
return | System |
public ConstructorIORequest ( string APIPath, string Method, string Protocol = "https" ) : System | ||
APIPath | string | |
Method | string | |
Protocol | string | |
return | System |