You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The $report_type parameter for ReportsApi::getReportDocument(), and the code that adds RDT support to that call, was accidentally removed in v3.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 in Document.php to CreateFeedDocumentResponse, because CreateFeedDocumentResult doesn't exist in the newer version of the Reports API (version ^3.1). (#76, thanks @ivaaaan!)