Adobe-Marketing-Cloud / marketing-cloud-php-sdk

PHP Library for the Adobe Digital Marketing API
MIT License
35 stars 28 forks source link

Api\ReportSuite omitted #12

Closed atopiler closed 9 years ago

atopiler commented 9 years ago

https://github.com/Adobe-Marketing-Cloud/marketing-cloud-php-sdk/blob/master/lib/AdobeMarketingCloud/Client.php#L237

method to get Api\ReportSuite references a class that no longer exists.

bshaffer commented 9 years ago

Good catch.. we should remove that method all together.

We now use $amc->getReportApi()->getElements() and $amc->getReportApi()->getMetrics(), rather than the previous functions that were a part of the Api\ReportSuite class.