metaodi / osmapi

Python wrapper for the OpenStreetMap API
http://osmapi.metaodi.ch/
GNU General Public License v3.0
213 stars 41 forks source link

Provide a session object to osmapi #123

Closed metaodi closed 2 years ago

metaodi commented 2 years ago

To be able to provide a custom session (e.g. to set custom headers or an already authenticated session) osmapi should allow to pass a session to the constructor.

metaodi commented 2 years ago

Resolved with #129