grafana/pkg/api/datasource
Dafydd d7b5508f28
Reroute GET /api/datasources/uid/:uid to the /apis handlers (#116678)
* add some integration tests for existing datasource crud endpoints

* implement GET by uid redirect handler

* fix apis authorizer

* add unit tests for connections client

* add tests for the k8s datasource handler

* use the correct group, and dont prettify group name in listConnections response
2026-02-12 12:53:04 +00:00
..
connections.go Reroute GET /api/datasources/uid/:uid to the /apis handlers (#116678) 2026-02-12 12:53:04 +00:00
connections_test.go Reroute GET /api/datasources/uid/:uid to the /apis handlers (#116678) 2026-02-12 12:53:04 +00:00
validation.go