Hello Bubblers,
I’m trying to integrate with Sports Data Rest APIs [https://sportsdata.io/developers/api-documentation] and have run into a couple of issues:
- List of All Players - Bubble aborts it with a “Response too large” error.
Is there any workaround for this? Any way by which I can try limiting the response size basis some parameter constraints like teams etc.?
- List of Players by Team - here I can only get players of one team at a time as I’m able to pass only one parameter value
How can I pass multiple values (comma separation, braces, []?) If not, is there a nifty way around this?