completed REST/JSON interface generation integration with yang-js and yang-express. now supports complete CRUD operations against the subscriber model. need to update documentation to reflect latest changes
diff --git a/src/cord-core.coffee b/src/cord-core.coffee
index 1d27a26..c4f7ac7 100644
--- a/src/cord-core.coffee
+++ b/src/cord-core.coffee
@@ -11,7 +11,7 @@
module.exports = require('../schema/cord-core.yang').bind {
- '/cord/subscriber/humanReadableName': -> "cordSubscriber-#{@get '../id'}"
+ '/cord:subscriber/humanReadableName': -> "cordSubscriber-#{@get '../id'}"
- '/cord/subscriber/delete': (input, resolve, reject) -> reject "not yet implemented"
+ '/cord:subscriber/delete': (input, resolve, reject) -> reject "not yet implemented"
}