-
Notifications
You must be signed in to change notification settings - Fork 49
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
user.cards() - Increased limit (currently 50) #617
Comments
This is a soft limit of our API that we won’t unfortunately loose/increase, it’s important for the stability of the platform. I think you should find a way to not need to retrieve everything every time. what’s missing for you to avoid having to fetch everything every time? |
Thanks @redox, I understand, but it's not that simple. Unfortunately, managers often buy cards in the last few minutes before Gameweek starts, so I need to have the freshest data possible. And going from 50 to 100? Do you think this could be a problem? What do you think about that ? |
What if instead we expose a way for you to understand what has been added/removed from the user gallery since a date? |
Having a list of card movements (filtered by sport) based on a date would be great. |
Currently, only 50 cards can be retrieved per page for the user.cards() and currentUser.cards() methods.
Managers often have a lot of cards, which makes it too time-consuming to retrieve their complete roster.
Could you please increase this limit to 500?
The text was updated successfully, but these errors were encountered: