vaphes / pocketbase

PocketBase client SDK for python
https://pypi.org/project/pocketbase/
MIT License
359 stars 41 forks source link

Add http_client parameter to Client #43

Closed abyesilyurt closed 1 year ago

abyesilyurt commented 1 year ago

This will allow users to pass their own http client potentially with custom headers and other settings.

Fixes #38