We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ccdce7 commit d5fae24Copy full SHA for d5fae24
language/api/analyze.py
@@ -36,6 +36,7 @@ def get_service():
36
['https://www.googleapis.com/auth/cloud-platform'])
37
http = httplib2.Http()
38
scoped_credentials.authorize(http)
39
+ # TODO Change to credentials=credentials
40
return discovery.build('language', 'v1',
41
http=http,
42
discoveryServiceUrl=DISCOVERY_URL)
0 commit comments