Closed cord closed 4 years ago
PHP7 .3.8
on
https://github.com/TangentSolutions/PowerBI-SDK-PHP/wiki/Dataset
it says
$response = $this->client->getDatasets();
which results in an error
Call to undefined method Tngnt\PBI\Client::getDatasets()
but
$response = $this->client->dataset->getDatasets();
works
Fixed. Thanks for the feedback!
PHP7 .3.8
on
https://github.com/TangentSolutions/PowerBI-SDK-PHP/wiki/Dataset
it says
$response = $this->client->getDatasets();
which results in an error
Call to undefined method Tngnt\PBI\Client::getDatasets()
but
$response = $this->client->dataset->getDatasets();
works