Index: google_apis/google_api_keys.py |
diff --git a/google_apis/google_api_keys.py b/google_apis/google_api_keys.py |
index ef40ff5f5218fcbe2b7ddf71e5ddd487630ac769..d31ab77e67ee4c0c9803cca2b615faaa23a07a6e 100755 |
--- a/google_apis/google_api_keys.py |
+++ b/google_apis/google_api_keys.py |
@@ -69,6 +69,9 @@ def GetAPIKey(): |
"""Returns the simple API key.""" |
return _GetToken('GOOGLE_API_KEY') |
+def GetAPIKeyPhysicalWebTest(): |
+ """Returns the API key to test Physical Web service.""" |
+ return _GetToken('GOOGLE_API_KEY_PHYSICAL_WEB_TEST') |
Roger Tawa OOO till Jul 10th
2015/11/06 13:45:55
There should be two blank lines between functions.
dvh
2015/11/06 19:27:46
Done.
|
def GetAPIKeyRemoting(): |
"""Returns the simple API key.""" |