pusher / pusher-http-python

Pusher Channels HTTP API library for Python
https://pusher.com/docs/server_api_guide
MIT License
376 stars 113 forks source link

Add client functionality to server library #87

Closed Nizebulous closed 6 years ago

Nizebulous commented 7 years ago

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.

WillSewell commented 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.