vaphes / pocketbase

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

Subscribe example #69

Closed demket closed 1 year ago

demket commented 1 year ago

Hi, I need subscribe example both httpx and python sdk, please.

m29h commented 1 year ago

Have you looked into this integration test

This shows how to register a subscription callback and also what happens if a record you have subscribed to triggers the callback.

demket commented 1 year ago

Thank you, it works!