예제 #1
0
 internal string CallUrl(string module, string method)
 {
     Logger.LogDebugMessage(String.Format("Calling url for module: {0} and method: {1}", module, method));
     return(RequestClient.Get(string.Format(UrlTemplate, _apiUrl, _version, module, method, _account, _apiKey, "")));
 }