Méthode | Description | |
---|---|---|
BaseClass ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System |
Méthode | 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 | |
Résultat | 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 | |
Résultat | System.Json.JsonObject |
protected GetPath ( string subPath ) : string | ||
subPath | string | |
Résultat | string |