pi-hole/api

History Pagination

AzureMarker opened this issue · 2 comments

Add support for /stat/history pagination for pi-hole/web#57.

The pagination cursors should be stable as the query history is expanded (old queries are removed after 24 hours and new ones are added as they are made). The cursors can be based off of the query IDs in the database to accomplish this.

This is currently in the feature/shared-memory branch