pipedrive / client-php

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

Add missing search endpoints #32

Closed mykhailo-riabokon closed 3 years ago

mykhailo-riabokon commented 3 years ago

Added:

GET /itemSearch - https://developers.pipedrive.com/docs/api/v1/#!/ItemSearch/searchItem

GET /itemSearch/field - https://developers.pipedrive.com/docs/api/v1/#!/ItemSearch/searchItemByField

GET /deals/search - https://developers.pipedrive.com/docs/api/v1/#!/Deals/searchDeals

GET /persons/search - https://developers.pipedrive.com/docs/api/v1/#!/Persons/searchPersons

GET /organizations/search - https://developers.pipedrive.com/docs/api/v1/#!/Organizations/searchOrganization

GET /products/search - https://developers.pipedrive.com/docs/api/v1/#!/Products/searchProducts