Hi,
I was trying to add skip, limit, and count on GET API call of Card, Board, List, Organization, but it seems only Card object support limit filter.
Is there any way to achive skip, limit and count on all the objects for Trello.
I don't think you can paginate board, list or organization objects at the moment. Is this a problem for your application? Do you have thousands of boards for a member, or lists in a board, or organizations for a member?
Thanks Oscar,
We may not have tousends board for a member but by adding filter on it allows us to have control over the application level pagination.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Get it. You may need to fake pagination by requesting the whole set every time, but only displaying the range in the current page.
I doubt this will become a performance bottleneck unless you have many thousands of objects.
Of course, for cards it's best to use pagination as the number can get big quickly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.