TangentSolutions / PowerBI-SDK-PHP

A SDK which makes it easier to work with the PowerBI REST API
MIT License
42 stars 33 forks source link

Dataset Wikipage #15

Closed cord closed 4 years ago

cord commented 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

geevcookie commented 4 years ago

Fixed. Thanks for the feedback!