grafana / grafana-openapi-client-go

Grafana OpenAPI Client for Go
Apache License 2.0
46 stars 7 forks source link

Track the main branch of grafana/grafana #51

Closed julienduchesne closed 9 months ago

julienduchesne commented 9 months ago

This allows us to remove schema fixes as they are merged. It also adds new features more easily. Example: It's not easy to add the new public dashboards endpoint using jq 😄 Tag-specific clients should probably live in branches (ex: v10.1, v10.2, etc), with the main branch tracking Grafana's main at all times

Tested here: https://github.com/grafana/terraform-provider-grafana/pull/1236