Skip to content

feat: Switch to not keeping history when paginating by default

Giordon Holtsberg Stark requested to merge feat/noHistoryPagination into main

Provides an option for allowing to keep history when setting up a client via pagination_history=True as a kwarg:

import itkdb
c = itkdb.Client(pagination_history=True)

Merge request reports