From 561a8c149b5dde687b906e2aee1545608f13c01e Mon Sep 17 00:00:00 2001 From: Igor Date: Thu, 10 Dec 2015 18:36:03 +0300 Subject: [PATCH] add path for work with notes, tasks, contacts-leads links --- index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index c969fc4..9f5490b 100644 --- a/index.js +++ b/index.js @@ -31,7 +31,11 @@ module.exports = function buildClient (baseUrl) { createTask: 'post /private/api/v2/json/tasks/set', getContactsList: 'get /private/api/v2/json/contacts/list', - createContact: 'post /private/api/v2/json/contacts/set' + createContact: 'post /private/api/v2/json/contacts/set', + + getLeadsContactslist: 'get /private/api/v2/json/contacts/links', + getNoteslist: 'get /private/api/v2/json/notes/list', + getTasksList: 'get /private/api/v2/json/tasks/list' }, before: {