Closed Nizebulous closed 6 years ago
Thanks for your contribution; we really appreciate it. However Pusher is currently deprecating their existing notifications system in favour of their new one: https://pusher.com/push-notifications. This comes with its own set of separate libraries, e.g. https://github.com/pusher/push-notifications-python. I think new work should be moved there rather than adding more push notification functionality to this library.
I wanted to be able to register clients through our backend. This functionality was not available in the current pusher library, so I decided to add it here rather than build something custom.