Browse Source

add add_snapshot_from_def to readme

pull/11/head v0.1.6
Brett Langdon 11 years ago
parent
commit
965cee1894
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      README.md

+ 2
- 0
README.md View File

@ -117,6 +117,8 @@ DD_API_KEY=YOUR_KEY_HERE DD_APP_KEY=YOUR_KEY_HERE node app.js
* method to remove tags for a given `host`
* `dogapi.add_snapshot(snapshot, [callback])`
* method used to take a snapshot of a datadog graph
* `dogapi.add_snapshot_from_def(snapshot, [callback])`
* method used to take a snapshot of a datadog graph
## Sample Usage:


Loading…
Cancel
Save