Closed KingComp closed 5 years ago
<?php $user = new User([ /*...*/ 'sandbox' => true, ]); /*...*/ $report = $service->getReady($reportRequest); /* Результат: * Необходимо заполнить для приложения заявку на доступ * в интерфейсе Директа и дождаться её подтверждения */
Вот здесь у вас задана ссылка через константу Biplane\YandexDirect\Api\V5\Reports;
class Reports implements ApiClientInterface { const ENDPOINT = 'https://api.direct.yandex.com/v5/reports';