KDercksen/randompy

Batch requests

KDercksen opened this issue · 0 comments

RandomPy should be able to handle larger requests than the max allowed number of items per API call.
For example, the API supports max 1e4 integers per request. RandomPy should be able to return more than 1e4 integers by doing multiple API calls and combining the results.