コード例 #1
0
 public static async Task <JsonContentSummaries> Get() => await HttpDataProviderHelper.Get <JsonContentSummaries>(HttpDataProviderHelper.Act1204);
コード例 #2
0
 public static async Task <byte[]> Get(int?contentId) => await HttpDataProviderHelper.GetByteArray(HttpDataProviderHelper.Act1107(contentId));
コード例 #3
0
 public static async Task <JsonContentDetail> Get(int?contentId) => await HttpDataProviderHelper.Get <JsonContentDetail>(HttpDataProviderHelper.Act1206(contentId));
コード例 #4
0
 public static async Task <JsonDataVersions> Get() => await HttpDataProviderHelper.Get <JsonDataVersions>(HttpDataProviderHelper.Act1402);
コード例 #5
0
 public static async Task <byte[]> Get() => await HttpDataProviderHelper.GetByteArray(HttpDataProviderHelper.Act1105);