pipedrive / client-nodejs

Pipedrive API client for NodeJS
MIT License
205 stars 82 forks source link

New Search API migration #168

Closed noudard closed 3 years ago

noudard commented 3 years ago

Hello,

Pipedrive team announced 6 new endpoints and the removal of 6 old endpoints with Search capability. GET /deals/find GET /persons/find GET /organizations/find GET /products/find GET /searchResults GET /searchResults/field

Do you plan to add a new controler to use the new ItemSearch ?

Best regards

tw1t611 commented 3 years ago

Hey, I don't want to mess up the issue, but could you provide some information about the current state please? The issue is about a month old.

rybrad commented 3 years ago

Would like to know this as well since the deprecation is only 2 months away.

sbalaji1996 commented 3 years ago

+1 on this; the deprecation date is a month away. I noticed that the v11 branch in this repository has the new search APIs:

Any chance we could get a release date for the v11 version of this client?

dmitriyeff commented 3 years ago

@noudard thank you for paying attention to this issue. All new search endpoints were added in 10.5.0

Deprecated methods should be removed in the next major version.

https://github.com/pipedrive/client-nodejs/pull/180