Home
last modified time | relevance | path

Searched refs:developerKey (Results 1 – 13 of 13) sorted by relevance

/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py174 developerKey=None, argument
224 requested_url, discovery_http, cache_discovery, cache, developerKey)
226 developerKey=developerKey, model=model, requestBuilder=requestBuilder,
239 developerKey=None): argument
270 if developerKey:
271 actual_url = _add_query_parameter(url, 'key', developerKey)
300 developerKey=None, argument
359 if scopes and not developerKey:
383 developerKey=developerKey, requestBuilder=requestBuilder,
998 def __init__(self, http, baseUrl, model, requestBuilder, developerKey, argument
[all …]
/external/python/google-api-python-client/samples/translate/
Dmain.py35 developerKey='AIzaSyDRRpR3GS1F1_jKNNM9HCNd2wJQyPG3oN0')
/external/python/google-api-python-client/samples/customsearch/
Dmain.py35 developerKey="AIzaSyDRRpR3GS1F1_jKNNM9HCNd2wJQyPG3oN0")
/external/python/google-api-python-client/samples/searchforshopping/
Dbasic.py24 client = build('shopping', SHOPPING_API_VERSION, developerKey=DEVELOPER_KEY)
Dfulltextsearch.py31 client = build('shopping', SHOPPING_API_VERSION, developerKey=DEVELOPER_KEY)
Drestricting.py35 client = build('shopping', SHOPPING_API_VERSION, developerKey=DEVELOPER_KEY)
Dcrowding.py37 client = build('shopping', SHOPPING_API_VERSION, developerKey=DEVELOPER_KEY)
Dranking.py35 client = build('shopping', SHOPPING_API_VERSION, developerKey=DEVELOPER_KEY)
Dhistograms.py32 client = build('shopping', SHOPPING_API_VERSION, developerKey=DEVELOPER_KEY)
Dpagination.py24 client = build('shopping', SHOPPING_API_VERSION, developerKey=DEVELOPER_KEY)
Dmain.py23 developerKey='AIzaSyDRRpR3GS1F1_jKNNM9HCNd2wJQyPG3oN0')
/external/python/google-api-python-client/
DCHANGELOG33 - Fix the client to respect the passed in developerKey and credentials
114 - Remove mutual exclusivity check for developerKey and credentials (#465)
133 - Raise ValueError is credentials and developerKey are both specified. (#358)
148 when a developerKey was specified. (#347)
/external/python/google-api-python-client/tests/
Dtest_discovery.py468 discovery, base="https://www.googleapis.com/", developerKey='123')
490 zoo = build('zoo', 'v1', http=http, developerKey=None,
503 zoo = build('zoo', 'v1', http=http, developerKey=None,
516 zoo = build('zoo', 'v1', http=http, developerKey='foo',