pipedrive / client-php

Pipedrive API client for PHP
MIT License
48 stars 55 forks source link

Add Class/Controller for Leads. #17

Closed mrchrisoliver closed 1 month ago

mrchrisoliver commented 4 years ago

Hello,

Just noticed there's no reference to Leads in this client.

arjan-12b commented 4 years ago

Please implement this.

cgarofalo commented 3 years ago

Please implement this.

jonathanroy commented 3 years ago

Yes, this needs to be implemented as soon as possible.

toxaus commented 3 years ago

Would be great to have it

walangitan commented 3 years ago

There's a comment in the closed Leads API issue:

We do have the Leads in the swagger config - Leads. Also, we will be releasing a new version of client-php in the upcoming days.

This ticket can be closed once it's include in a release?

iget-master commented 3 years ago

There's any release date for including the Leads? Looks like it's the core of pipedrive and is not in this official SDK. Also looks very simple to implement .

ilyano commented 2 years ago

I've created PR It's draft, because I've worked on 1.1.3 tag, not master branch, as I use 1.1.3 version for my current project. Not sure, how silly my changes are, but at least code works for creating a lead. There are methods for search, update and delete, but I haven't tested it.