I have a very basic question. I am developing a grafana plugin that should make some http request to display an image.
However, is it possible to make the http request in the panel plugin? Or should I create a data source plugin for that?
To make the http request is there any grafana http library? Or should I use an alternative library as axios?