Fixed
- The
$report_type
parameter forReportsApi::getReportDocument()
, and the code that adds RDT support to that call, was accidentally removed inv3.1
when the library switched to the new version of the Reports API. All that missing code has been added back in. (#78) - Converted all instances of
CreateFeedDocumentResult
inDocument.php
toCreateFeedDocumentResponse
, becauseCreateFeedDocumentResult
doesn't exist in the newer version of the Reports API (version^3.1
). (#76, thanks @ivaaaan!)