Merhaba
pipedrive api ile api ile bağlanıp veri göndermeye çalışıyorum fakat hata aldım
bunu kullanıyorum
https://github.com/IsraelOrtuno/pipedrive
controller
$token = '';
$pipedrive = new Pipedrive($token);
// Easily access a Pipedrive resource and its values
$organization = $pipedrive->organizations->find(1);
var_dump($organization->getData());
// Also simple to update any Pipedrive resource value
$organization = $pipedrive->organizations->update(1, ['name' => 'Big Code']);
var_dump($organization->getData());
hata
(1/1) FatalErrorException
Class 'App\Http\Controllers\Pipedrive' not found
in Ogrenci.php (line 31)