Method | Description | |
---|---|---|
BaseClass ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System |
Method | Description | |
---|---|---|
Call ( string subpath, string method = "GET", string query = "", string contentType = "application/text", string data = "", string>.Dictionary |
||
GetPath ( string subPath ) : string |
public BaseClass ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System | ||
apiKey | string | |
accessToken | string | |
refreshToken | string | |
clientId | string | |
return | System |
protected Call ( string subpath, string method = "GET", string query = "", string contentType = "application/text", string data = "", string>.Dictionary |
||
subpath | string | |
method | string | |
query | string | |
contentType | string | |
data | string | |
optionalParams | string>.Dictionary | |
other | string | |
return | System.Json.JsonObject |
protected GetPath ( string subPath ) : string | ||
subPath | string | |
return | string |