public async Task <IEnumerable <Card> > GetCardsAsync(string boardId) { return(await ApiHandler.Get <IEnumerable <Card> >(Endpoints.BoardCards(boardId), new Dictionary <string, string> { { "limit", "10" } })); }