예제 #1
0
 protected string Get(string url)
 {
     return(Rest.ExecuteGetSync(kApiRoot + url.TrimStart('/')));
 }