K-Phoen / backstage-plugin-grafana

Grafana plugin for Backstage
Apache License 2.0
57 stars 33 forks source link

Provide external references to ApiClients / ApiRef #72

Open ballpointcarrot opened 1 year ago

ballpointcarrot commented 1 year ago

Hello!

I'm trying to build out some unit tests against our implementation of this plugin, and I don't have the ability to easily mock out the API Client details, like I would be able to with other plugins (eg: with the Github CI/CD tab that Backstage uses).

Hoping it'd be not too much of a lift to enable those endpoints to be exposed out of the plugin?