grafana-api-java-client icon indicating copy to clipboard operation
grafana-api-java-client copied to clipboard

Misleading method argument names

Open AlexandreRio opened this issue 6 years ago • 0 comments

Correct me if I'm wrong but it seems that the dashboard methods are expecting uids and not names. So getDashboard and others cannot work as expected from the README and the javadoc.

See:

  • http://docs.grafana.org/http_api/dashboard/
  • https://appnexus.github.io/grafana-api-java-client/com/appnexus/grafana/client/GrafanaClient.html#getDashboard-java.lang.String-

AlexandreRio avatar May 30 '18 11:05 AlexandreRio