sscarpa / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
Apache License 2.0
0 stars 0 forks source link

Api client name mismatch in documentation. #223

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. go to 
https://developers.google.com/analytics/solutions/articles/hello-analytics-api
2. select PHP as the language
3. Documentation under: 2. Authorize Access to Google Analytics Data > 1. Load 
the PHP client libraries

What is the expected output? What do you see instead?
Expected: 
require_once 'lib/google-api-php-client/src/Google_Client.php';

Instead it shows:
require_once 'google-api-php-client/src/apiClient.php';

What version of the product are you using? On what operating system?
v3

Please provide any additional information below.

Original issue reported on code.google.com by anand...@gmail.com on 22 Nov 2012 at 4:42

GoogleCodeExporter commented 8 years ago
Same applies to the next line of code.
Please update apiAnalyticsService.php to Google_AnalyticsService.php.

Original comment by anand...@gmail.com on 22 Nov 2012 at 4:45

GoogleCodeExporter commented 8 years ago

Original comment by ianbar...@google.com on 22 Mar 2013 at 4:18