Closed gitana closed 13 years ago
Implemented.
branch.helpers().generateQName(obj, function(qname) {
alert("generated qname is: " + qname);
});
The obj to pass in contains either "title" or "description" and looks like: { "title": "the title", "description": "the description" }
To take advantage of the new REST API