Hi,
I’m building a Mini that shows a lot of user-generated content. Once I hit the 100 requests per 60s limit, the app just stops loading anything.
A few questions:
1. Is there a way to fetch multiple UGC items in a single SDK call? Instead of one call per item, is there a bulk equivalent?
2. How do similar UGC-heavy Minis handle this limit? What’s the recommended architecture?