diff --git a/lib/api/lead.js b/lib/api/lead.js index c440174..1227602 100644 --- a/lib/api/lead.js +++ b/lib/api/lead.js @@ -93,6 +93,11 @@ Lead.prototype = { return this._connection.get(path); }, + describe2: function() { + var path = util.createPath('leads', 'describe2.json'); + return this._connection.get(path); + }, + partitions: function() { var path = util.createPath('leads', 'partitions.json'); return this._connection.get(path);