Google Map API Python - #353
Conversation
After moving the directory containing tests inside package, link in README is broken. Link now points one directory down, to googlemaps/test.
* Add findplacebytext method and fields params Change-Id: I76c3393a57b0286336cc5c871e24a9f5297ce21d * Add autocomplete session token Change-Id: I70dd571a4442b0c7e4959aaa27094932d7c9ea8d * Add locationbias field to findplacefromtext Change-Id: I8ce8f08acdb7437ee75e7c44a28cb477e84d01ec * Remove alt_id Change-Id: I192d5d6e74977734e406acb0590b426ee227f52e * find_places -> find_place Change-Id: Ibcd2fb904c08f9d3eee8926dac3b4906f4fe241d
Change-Id: I3b31dba8aa1f8f5ebffb9a35cf4b8d3ede041616
Change-Id: Ibbe5633812db7e881c91e8fc52385e0161521db9
Change-Id: I3de2df5783b3b43b7e11bb02ffb7ec75065a197c
Change-Id: Ifa9d792eb7f04083d5f398d0522b33f9bd2b9170
Change-Id: I36de197ecbf52927d409417d2ba7748f97f6b448
Change-Id: Idf1369704fdf3e78abb29c1cdaabed48582bccca
…utocomplete session (#244)
Change-Id: Ie14e3489fa932fa6ba4f90a79776a8a73b3a1f19
If headers are passed in as part of the request_kwargs, then make sure they are not overridden as part of the load. This is required if you are limiting your API by using referer.
Do not override headers passed in request_kwargs
Fix typos in docstrings
Versions of the requests library prior to 2.20.0 have a known security vulnerability (CVE-2018-18074).
Increase the required version of requests.
user_ratings_total field added to place atmosphere fields
The official docs of the Places API has the session_token parameter as optional. This change makes it optional too in the library to keep it in sync.
…n-token Parameter session_token in places_autocomplete should be optional
* fix imports and remove unused * use uuid4 directly for session token in test
Add `long_description` to setup.py from the readme and set the `long_description_content_type` so that pypi renders it correctly.
- pytest replaces the unmaintained nose - nox replaces tox - coverage reported to codecov.io
* style: Update pull request template. * Add back name, about and label.
* feat: Adding experience_id support to Client class. * Writing tests. * Adding sample tags. * Use underscore.
closes #239. see https://developers.google.com/maps/documentation/directions/intro#Waypoints for more information.
Codecov Report
@@ Coverage Diff @@
## fields-field #353 +/- ##
===============================================
Coverage ? 89.67%
===============================================
Files ? 12
Lines ? 620
Branches ? 0
===============================================
Hits ? 556
Misses ? 64
Partials ? 0
Continue to review full report at Codecov.
|
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
Google Map API Python example