Open yohancourbe opened 6 years ago
The API returns an error if it returns more than 1000 elements. The API supports an input _max_results which can take negative and positive integer:
_max_results
By default this value is -1000 which means that if you have more than 1000 elements to return you will receive an error.
I suggest two edits:
I already made the changes for my fist suggestion, can I make a pull request ?
The API returns an error if it returns more than 1000 elements. The API supports an input
_max_results
which can take negative and positive integer:By default this value is -1000 which means that if you have more than 1000 elements to return you will receive an error.
I suggest two edits: