vaphes / pocketbase

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

Custom Headers for PocketBase #38

Closed User00092 closed 1 year ago

User00092 commented 1 year ago

I kindly request the implementation of a feature that would allow users to utilize custom headers when establishing a connection to Pocketbase.

Ex: client = PocketBase(url, headers={'User-Agent': 'Test-User-Agent'})