kulpa / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

oauth2client lib refactoring #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I might be jumping the gun but would you guys be willing to refactor 
oauth2client a little bit?

Here's my take:
http://code.google.com/p/alex-google-api-python-client/source/browse/oauth2clien
t/?name=oauth2client-refactoring#oauth2client

The code isn't really changed, I simply shuffled it into meaningful peaces like 
oauth2client.flow, oauth2client.credentials, oauth2client.secrets, etc. It'll 
make it easier to test, debug and maintain the lib (IMHO).

It should be backwards compatible with samples, with a deprecation notice 
though.
All existing tests pass.

Original issue reported on code.google.com by a...@cloudware.it on 10 Jul 2012 at 2:45

GoogleCodeExporter commented 9 years ago
We're very close to the 1.0 release so I'd rather not make such a large change 
now.

Original comment by jcgregorio@google.com on 1 Aug 2012 at 6:46