I am integrating third party api called Pipedrive .
I want to get all deals between the date range. The date range is dynamic i.e. given by user.
For eg. if I select date 2017-01-2 to 2017-01-20 then I want all deals between that date range.
I also tried https://github.com/GeneralScripting/pipedrive-ruby gem , but not getting proper result.
How can I get it.