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