I know that inside Trello's API I can make at maximum 100 calls per 10 seconds, but what I'm facing is actually a problem that is giving me some sort of Headache:
What I want to do, actually: I have a list that has more than 30 cards and I want to grab their actions (for the last activity and update on card). But the problem is: As I'm making a for iteration for each card to grab its actions, it seems not to iterate through the Trello.cards.get() function, when I needed it to do so before plotting the entire table.
if needed, I'll post part of the code I'm using to get the actions and cards.