We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6108819 commit 47fe4bdCopy full SHA for 47fe4bd
language/api/analyze.py
@@ -29,6 +29,7 @@
29
DISCOVERY_URL = ('https://language.googleapis.com/$discovery/rest?'
30
'version=v1&labels=GOOGLE_INTERNAL')
31
32
+
33
def get_service():
34
credentials = GoogleCredentials.get_application_default()
35
scoped_credentials = credentials.create_scoped(
0 commit comments