Exemplo n.º 1
0
 public static Task <String> GetJsonMyWatchedAsync(Int32 page = 1, String apiKey = null, Boolean isInvoke = true, CancellationToken token = default)
 {
     return(GetJsonAsync(DerpiAPI.CastToAPIMyWatchedRequest(page, apiKey), isInvoke, token));
 }