As I start working with the Trello API I was asking myself if there is a limit on the API such as Twitter recently instored.
Let's say it otherwise, since there is no realtime api, my only way of updating data is polling the API. But that is a heavy load for the server as will have to compare local data with stored data on Trello for every connected user.
My question is thus to know if Trello instored a limit on their API.