grafana-toolbox / grafana-client

Python client library for accessing the Grafana HTTP API.
MIT License
106 stars 30 forks source link

"Search" endpoint lacks `page` parameter #187

Closed amotl closed 3 weeks ago

amotl commented 1 month ago

About

grafana-client needs to implement the page parameter in search_dashboards().

https://github.com/grafana-toolbox/grafana-client/blob/5e30c8cbbdb6d99f887845c29ae90b40440b481c/grafana_client/elements/search.py#L11-L22

References

amotl commented 3 weeks ago

Thank you very much for your contribution, @vbichov. I've merged GH-188, and will run another release right away.

amotl commented 3 weeks ago

grafana-client 4.1.3 has been released, including your improvements. Thanks again.