pipedrive / client-php

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

GRAL-1902 Removed deprecated endpoints #40

Closed SpaceOven closed 3 years ago

SpaceOven commented 3 years ago

The following endpoints are deprecated in the Pipedrive API and will stop working soon, so we are removing them from the SDK. This is a breaking change if you use one of the following:

/deals/find Used in DealsController.findDealsByName()

/persons/find Used in PersonsController.findPersonsByName()

/organizations/find Used in OrganizationsController.findOrganizationsByName()

/products/find Used in ProductsController.findProductsByName()

/searchResults and /searchResults/field From SearchResultsController.getPerformASearch() and SearchResultsController. getPerformASearchUsingASpecificFieldValue() respectively, The SearchResultsController file is no longer available.