Forum Discussion
cartman21
9 years agoHelper I
Query that paginates with JSON
Basically, the database I'm connected to cuts off values at 500 per query, so im doing 0-500, then 500-1000, then 1000-1500 and so on. Here is the code (with changed url/api key for security reas...
- 9 years ago
You could call the API three times by invoking a custom function.
cartman21
9 years agoHelper I
Anyone?