Closed ZephiroRB closed 4 years ago
Hi Carlos,
According to the SendInBlue documentation, to call getAccount(), you should use the class AccountApi
See https://github.com/sendinblue/APIv3-php-library#documentation-for-api-endpoints
You should write :
$apiInstance = new \SendinBlue\Client\Api\AccountApi( new \GuzzleHttp\Client(), $config );
Laravel 5.8
composer.json
"vansteen/laravel-sendinblue": "0.4"
Install provider and aliases in app.php
and copy code in Controller.
"Call to undefined method SendinBlue\Client\Api\ListsApi::getAccount()"