brettlangdon / node-dogapi

Datadog API Node.JS Client
https://brettlangdon.github.io/node-dogapi/
105 stars 45 forks source link

Update Screenboard API #45

Closed lewisf closed 8 years ago

lewisf commented 8 years ago

Screenboard API's create api in the library currently indicates that a 'graph' key should be passed in.

However http://docs.datadoghq.com/api/screenboards/ doesn't make a mention of the graph key.

Additionally it looks like the update method isn't supported on the Screenboard API though it shouldn't be hard to add.

I'm happy to open a pull request to add it if you're okay with it @brettlangdon

brettlangdon commented 8 years ago

hmm, yeah, looks like they changed their API on us. Looks like they accept a widgets property instead of graphs now.

@lewisf more than happy to accept a PR for this. otherwise, not sure I'd have the time to address right away (maybe by the end of the week...).

brettlangdon commented 8 years ago

\0/

brettlangdon commented 8 years ago

This was resolved by @lewisf in #48