TTRGroup / pipedrive-api-php

PHP API client library for the PipeDrive CRM
MIT License
28 stars 44 forks source link

add option to get filtered data for deals #26

Open nekromoff opened 7 years ago

nekromoff commented 7 years ago

add to Deals.php:

public function getAll(array $data)
    {
        return $this->curl->get('deals/', $data);
    }

where $data is an array of options available here: https://developers.pipedrive.com/docs/api/v1/#!/Deals/get_deals