Exemple #1
0
 public static Task <JsonElement> AdCharge(RESTClient rest)
 => rest.GetApp("http://json2.dcinside.com/json1/app_ad_charge.php");
Exemple #2
0
 public static Task <JsonElement> AppCheck(RESTClient rest)
 => rest.GetApp("https://json2.dcinside.com/json0/app_check_A_rina.php");
Exemple #3
0
 public static Task <JsonElement> CategoryNames(RESTClient rest)
 => rest.GetApp("http://json2.dcinside.com/json3/category_name.php");
Exemple #4
0
 public static Task <JsonElement> GalleryNames(RESTClient rest)
 => rest.GetApp("http://json2.dcinside.com/json3/gall_name.php");
Exemple #5
0
 public static Task <JsonElement> MinorRanking(RESTClient rest)
 => rest.GetApp("http://json2.dcinside.com/json1/mgallmain/mgallery_ranking.php");
Exemple #6
0
 public static Task <JsonElement> GalleryRanking(RESTClient rest)
 => rest.GetApp("http://json2.dcinside.com/json1/ranking_gallery.php");
Exemple #7
0
 public static Task <JsonElement> MainContent(RESTClient rest)
 => rest.GetApp("http://json2.dcinside.com/json3/main_content.php");
Exemple #8
0
 public static Task <JsonElement> AppNotice(RESTClient rest)
 => rest.GetApp("http://json2.dcinside.com/json0/app_dc_notice.php");
Exemple #9
0
 public static Task <JsonElement> UpdateNotice(RESTClient rest)
 => rest.GetApp("http://json2.dcinside.com/json0/update_notice_A_rina.php");