mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
360 stars 89 forks source link

Added ability to set headers of request #110

Closed yanngv29 closed 5 years ago

yanngv29 commented 5 years ago

andrewscarani add ability to set headers of request. it's seems to me to be a good improvment since i need it myself ;-) for exemple, my overpass server is protected by an Api Key, so i need to send my api key at each request. The evolution made by andrewscarani seems good to me, but i'm not a super python dev.

mvexel commented 5 years ago

Thanks, if it's useful to more than 1 person I think it should go in 😛

hbruch commented 5 years ago

@mvexel It is, indeed! ;-) Just realized that though the commit dates from June 2018, it is not contained in the 0.6.1 release, as this PR was merged after 0.6.1.

It would be great, if you could release 0.6.2 to PyP.! Thanks a lot!