grafana / grafana-app-sdk

An SDK for developing apps for grafana using kubernetes-like storage and operators
Apache License 2.0
41 stars 7 forks source link

Pagination in Store and TypedStore #290

Closed IfSentient closed 1 month ago

IfSentient commented 1 month ago

Auto-pagination in Store and TypedStore, with additional methods for fetching a specific page without using auto-pagination.

To allow for customizing the perPage limit, an additional parameter was added to the List method. It will automatically fetch each page and concatenate into a single response. To fetch a single page at a time, a new method called ListPage has been introduced.