From a623b1893681788cd2f40eb20bcc08d1340a2eee Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Thu, 8 Jan 2015 14:32:13 -0500 Subject: [PATCH] update readme docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53354d3..2791d25 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ DD_API_KEY=YOUR_KEY_HERE DD_APP_KEY=YOUR_KEY_HERE node app.js * 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 +* `dogapi.snapshot_status(snapshot_url, [callback])` + * method used to check the status of a datadog snapshot ## Sample Usage: