From 5e87f6ec408a7c84bd3b2b500313066591446015 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 1 Apr 2015 09:23:01 -0400 Subject: [PATCH] move api doc url to top of readme, add note about v1.0.0 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 86ac385..37cf600 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,12 @@ node-dogapi Datadog API Node.JS Client modeled after `Datadog/dogapi` python client. -Official API Documentation: http://docs.datadoghq.com/api/ +Official Datadog API Documentation: http://docs.datadoghq.com/api/ + +node-dogapi API Docs: http://brettlangdon.github.io/node-dogapi/ + +*note* `node-dogapi` has been updated to `v1.0.0` the api has changed quiet a + bit please be sure to review the new api before upgrading. ## Installation @@ -39,11 +44,6 @@ var options = { dogapi.initialize(options); ``` -## API Documentation - -https://brettlangdon.github.io/node-dogapi - - ## TODO - [ ] Add tests