# README
Grafana HTTP API Client for Go
This library provides a low-level client to access Grafana HTTP API.
Generating New GoModels
GRAFANA_TARGET_VERSION=v9.3.6 make generate
This project is heavily inspired by the work from @papagian which can be found on here
Initially, API version will match the grafana version.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
CloudClient is a Grafana API client.
No description provided by the author
CloudRegion represents a Grafana Cloud region.
CloudRegionsResponse represents the response from the Grafana Cloud regions API.
Config contains client configuration.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
https://grafana.com/docs/grafana-cloud/reference/cloud-api/#stacks.
StackItems represents Grafana stack items.
No description provided by the author