IsraelOrtuno / pipedrive

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

Adding 'summary' method to Deals resource #139

Closed 3nderXP closed 1 month ago

3nderXP commented 1 month ago

I added a summary method to the Deals class, which retrieves the deals summary using the GET /deals/summaryendpoint of the Pipedrive API. The method accepts an array of options and returns the response containing the deals summary. For more details about the endpoint, see the API Documentation