Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This function currently appends the results of pagination to the end of a list, resulting in lists of lists when pulling data with results greater than PAGE_LIMIT (1000). The function should instead join lists. I'm using the '+' operator, but the '.extend()' method could also be used.
- Loading branch information