pymaid
pymaid copied to clipboard
Paginate get_entity_graph response as it's very slow
The request takes a parameter range_start and another range_length. The response object contains a totalRecords integer.
We should make 1 request of a small number of entities (1000 or so), read the number of total records, and then parallelise getting all the rest.
I had a go at this but it seemed to drop some rows between pages.