IsraelOrtuno / pipedrive

Complete Pipedrive API client for PHP
MIT License
166 stars 58 forks source link

Add leads to Pipedrive and facade, add property hints #99

Closed simensen closed 3 years ago

simensen commented 3 years ago

Happy that leads was added recently, but it was not typehinted so it wasn't quite as discoverable that it was implemented. :) Likewise, since __get magic is in place, too, I added @property-read hints as well so typehinting is available both for $pipedrive->leads() and $pipedrive->leads style of resolving the resource.

IsraelOrtuno commented 3 years ago

Yeah, would have loved to not use __get but made the development way easier