Home
last modified time | relevance | path

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

/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py173 developerKey=None, argument
221 requested_url, discovery_http, cache_discovery, cache, developerKey
227 developerKey=developerKey,
241 def _retrieve_discovery_doc(url, http, cache_discovery, cache=None, developerKey=None): argument
273 if developerKey:
274 actual_url = _add_query_parameter(url, "key", developerKey)
303 developerKey=None, argument
367 if scopes and not developerKey:
394 developerKey=developerKey,
1037 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.py29 client = build('shopping', SHOPPING_API_VERSION, developerKey=DEVELOPER_KEY)
Dmain.py23 developerKey='AIzaSyDRRpR3GS1F1_jKNNM9HCNd2wJQyPG3oN0')
/external/python/google-api-python-client/docs/
Dapi-keys.md12 books_service = build('books', 'v1', developerKey='api_key')
Dlogging.md25 service = build('translate', 'v2', developerKey='your_api_key')
Dmocks.md22 service = build('books', 'v1', http=http, developerKey=api_key)
103 developerKey=your_api_key)
/external/python/google-api-python-client/
DCHANGELOG104 - Fix the client to respect the passed in developerKey and credentials
185 - Remove mutual exclusivity check for developerKey and credentials (#465)
204 - Raise ValueError is credentials and developerKey are both specified. (#358)
219 when a developerKey was specified. (#347)
/external/python/google-api-python-client/tests/
Dtest_discovery.py511 discovery, base="https://www.googleapis.com/", developerKey="123"
538 developerKey=None,
556 developerKey=None,
574 developerKey="foo",