Replies: 1 comment
-
Yeah, I looked at https://github.com/alexanderzobnin/grafana-zabbix/blob/master/pkg/httpclient/httpclient.go for inspiration. Didn't know about the experimental REST client, but it's definitely something we should offer in the SDK. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This has some interesting HTTP client config based on standard settings -- it would be great if the standard setting were easy to use from the SDK.
perhaps something like:
https://github.com/grafana/grafana-plugin-sdk-go/blob/master/experimental/rest_client.go#L33
Beta Was this translation helpful? Give feedback.
All reactions