forzac / 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

Standardise the naming to avoid duplicates #286

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The library needs to have PSR-0 style naming throughout in order to ensure that 
there are no clashes of names between APIs, and to allow autoloading. 

Original issue reported on code.google.com by ianbar...@google.com on 22 Mar 2013 at 2:04

GoogleCodeExporter commented 9 years ago
Issue 114 has been merged into this issue.

Original comment by ianbar...@google.com on 22 Mar 2013 at 2:04

GoogleCodeExporter commented 9 years ago
Issue 142 has been merged into this issue.

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

GoogleCodeExporter commented 9 years ago
Issue 271 has been merged into this issue.

Original comment by ianbar...@google.com on 22 Mar 2013 at 2:31

GoogleCodeExporter commented 9 years ago
Issue 264 has been merged into this issue.

Original comment by ianbar...@google.com on 22 Mar 2013 at 2:32

GoogleCodeExporter commented 9 years ago
Issue 250 has been merged into this issue.

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

GoogleCodeExporter commented 9 years ago
Issue 298 has been merged into this issue.

Original comment by ianbar...@google.com on 4 Apr 2013 at 5:28

GoogleCodeExporter commented 9 years ago
Issue 114 
(https://code.google.com/p/google-api-php-client/issues/detail?id=114) posted 
on Apr 16, 2012 and this issue still remains.

Everytime I update the library, I open Google_AnalyticsService.php and change 
class names from
"Google_Account" => "Google_Account_mine"
"Google_Accounts" => "Google_Accounts_mine"
and change the return variable name of listManagementAccounts(), $__itemsType's 
value.

You can bypass this error. Like this.

Original comment by skfra...@gmail.com on 14 Aug 2013 at 6:17

GoogleCodeExporter commented 9 years ago
This issue tracker is now closing. Development on the Google PHP client library 
moved to GitHub with the release of the 1.0.0-alpha, and now the 1.0 branch has 
reached beta status there will be no further releases of the 0.6 branch of the 
library. 

Please take a look at the latest version on 
https://github.com/google/google-api-php-client

For information on migrating, please take a look at this guide: 
https://developers.google.com/api-client-library/php/guide/migration

For general library support please ask a question on StackOverflow: 
http://stackoverflow.com/questions/tagged/google-api-php-client

If you are looking for support with a specific API, please contact the team 
working with that API via StackOverflow or their preferred support mechanism. 

If your issue still exists with the new version of the library, please raise a 
bug in the GitHub issue tracker with a minimal code sample. 

Thanks!

Original comment by ianbar...@google.com on 22 Jan 2014 at 4:53