metaodi / sruthi

SRU (Search/Retrieve via URL) client library for Python
MIT License
9 stars 3 forks source link

Replace requests_kwargs with session parameter #43

Closed metaodi closed 1 year ago

metaodi commented 1 year ago

It's good practice and more versatile to allow a "session" parameter to pass a custom session (e.g. with authentication or custom headers) instead of using requests_kwargs.

metaodi commented 1 year ago

Fixed with #44