From 49eee1d31dc9baafae17c2d9c38fbbe4eff041a4 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 14 Feb 2017 17:19:14 +0200 Subject: [PATCH] extended classes --- app/library/App/Resources/GaResource.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/library/App/Resources/GaResource.php b/app/library/App/Resources/GaResource.php index 3a9c2d8..8707062 100644 --- a/app/library/App/Resources/GaResource.php +++ b/app/library/App/Resources/GaResource.php @@ -43,6 +43,7 @@ class GaResource extends ApiResource { ], 'full_docs' => 'https://developers.google.com/analytics/devguides/reporting/core/dimsmets', ]) + ->exampleRequest("123") ) ; -- libgit2 0.21.4