예제 #1
0
 public static async Task <Item[]> GetFeeds_HotVideo(string direction = "loadmore")
 => GetFeedsJson.FromJson(await BcyJson.GetFeeds_HotVideo(direction)).Data.ItemInfo;