pipedrive / client-php

Pipedrive API client for PHP
MIT License
49 stars 57 forks source link

ItemSearch missing #26

Closed zeman closed 3 years ago

zeman commented 3 years ago

This library looks out of date as it's using deprecated search functions like findPersonsByName. Will it be updated with the ItemSearch controller or should we move too interacting with the API directly?

mykhailo-riabokon commented 3 years ago

@zeman sorry for the long reply and thank you for reporting this issue. All missing search endpoints were added in 1.1.0

Deprecated methods should be removed in the next major version.

https://github.com/pipedrive/client-php/pull/32