zorkian / go-datadog-api

A Go implementation of the Datadog API.
BSD 3-Clause "New" or "Revised" License
183 stars 156 forks source link

Is any plan to support "/v1/dashboard" API? #308

Closed provCristianMaluenda closed 4 years ago

provCristianMaluenda commented 4 years ago

Is any plan to support /v1/dashboard API?

I realized the current implementation for Dashboard uses the old API, which is outdated :(.

inductor commented 4 years ago

@zorkian please 🙏

bkabrda commented 4 years ago

Hey folks, the new dashboards API has been supported for quite a while, take a look at boards.go and board_widgets.go - is that what you're looking for?