Esempio n. 1
0
 private string ConstructURL(APICommand c)
 {
     return(apiURL + c.ToString());
 }