Skip to content

Commit

Permalink
Merge pull request #76 from apellis/master
Browse files Browse the repository at this point in the history
Leads: Add support for describe2 endpoint
  • Loading branch information
GhassenRjab authored Sep 27, 2022
2 parents f19db8b + 9d53852 commit 5ea6a3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/api/lead.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5ea6a3f

Please sign in to comment.