# 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.