Ejemplo n.º 1
0
 public async Task <List <Comment> > GetAccountComments(string username, int limit, string sort = "newest")
 {
     return(await CommentEndpoint.GetAccountComments(username, limit, sort, imgurHttp));
 }