This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
node-dogapi
mirror of
https://github.com/brettlangdon/node-dogapi.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
40
Wiki
Activity
Browse Source
expose the new metric and event apis
pull/14/head
Brett Langdon
11 years ago
parent
d9ad10a9a8
commit
ac399d191e
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
lib/api/index.js
+ 3
- 1
lib/api/index.js
View File
@ -1,5 +1,7 @@
var
api
=
{
tag
:
require
(
"./tag"
)
tag
:
require
(
"./tag"
)
,
metric
:
require
(
"./metric"
)
,
event
:
require
(
"./event"
)
}
;
module
.
exports
=
function
(
obj
)
{
Write
Preview
Loading…
Cancel
Save