griffithlab / civicpy

A python interface for the CIViC db application
MIT License
8 stars 5 forks source link

Use the pagination ability of the advanced search endpoint when fetching all records #112

Closed susannasiebert closed 3 years ago

susannasiebert commented 3 years ago

Instead of fetching all records at the same type, which has a high likelihood of failing and/or bricking the CIViC instance, this PR uses the new ability to fetch records in a paginated fashion from the advanced search endpoint.

Closes https://github.com/griffithlab/civicpy/issues/108