From 7043cb8adc63a36cfd54e52ed766d0227c4e9dd5 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 10 Feb 2017 18:12:15 +0200 Subject: [PATCH] docs --- 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 a8b88cf..79be6a4 100644 --- a/app/library/App/Resources/GaResource.php +++ b/app/library/App/Resources/GaResource.php @@ -31,6 +31,7 @@ class GaResource extends ApiResource { ->allow(AclRoles::USER) ->description('Returns data from Google Analytics Api') ->exampleResponse([ + 'https://developers.google.com/analytics/devguides/reporting/core/dimsmets', 'lifehack' => 'for example request data', 'start' => '30daysAgo / 2015-03-01', 'end' => 'today', -- libgit2 0.21.4