Esempio n. 1
0
 public static string LoadList(string country, string place_name, string listing_type, string num_res, string keywords, string path)
 {
     return(Nestoria.writeTempFile(StaticCalls.URLToString("http://api.nestoria." + country + "/api" + "?action=search_listings" + "&encoding=xml" + "&place_name=" + place_name + "&listing_type=" + listing_type + "&number_of_results=" + num_res + "&keywords=" + keywords), path));
 }