Browse Source

move api doc url to top of readme, add note about v1.0.0

pull/14/head
Brett Langdon 11 years ago
parent
commit
5e87f6ec40
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      README.md

+ 6
- 6
README.md View File

@ -3,7 +3,12 @@ node-dogapi
Datadog API Node.JS Client modeled after `Datadog/dogapi` python client. 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 ## Installation
@ -39,11 +44,6 @@ var options = {
dogapi.initialize(options); dogapi.initialize(options);
``` ```
## API Documentation
https://brettlangdon.github.io/node-dogapi
## TODO ## TODO
- [ ] Add tests - [ ] Add tests


Loading…
Cancel
Save