Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list_cards() should be able to populate checklists and comments (actions) in a single request #329

Open
gdietz opened this issue Nov 14, 2020 · 0 comments

Comments

@gdietz
Copy link

gdietz commented Nov 14, 2020

Currently, comments and checklists are populated lazily for each card as they are requested, generating a new request for each card+checklist or card+comments. When dealing with a lot of cards, we could easily exceed Trello's rate limits. However, the trello api allows you to specify actions and checklists as nested query params when fetching a list of cards. Thus, we should be able to populate a list of cards and optionally include their actions, comments, and checklists in a single request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant