Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

esnet/grafana-swagger-api-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARCHIVED

This repo was an attempt at using the swagger spec prior to an official client has been released. Please use the official client that can be found here.


Go workflow

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.