From 05337261ffb4abfb0fbbb9c775ccad0e28645692 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Wed, 22 Oct 2014 08:35:44 -0400 Subject: Begin rewrite for new API --- lib/util.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/util.js (limited to 'lib/util.js') diff --git a/lib/util.js b/lib/util.js new file mode 100644 index 0000000..08efbfb --- /dev/null +++ b/lib/util.js @@ -0,0 +1,3 @@ +module.exports.API_BASE_NAME = 'https://access.active911.com'; +module.exports.API_BASE_PATH = '/interface/open_api/api'; +module.exports.API_BASE = exports.API_BASE_NAME + exports.API_BASE_PATH; -- cgit v1.2.3