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

Remove explicit app_id format validator #234

Open rakibhoossain opened 3 months ago

rakibhoossain commented 3 months ago

I've never seen such validation on PHP or event on Go client. The same app_id which works fine on other clients, but not on python due to this exceptional checking.

What does this PR do?

You can use string app_id on python client. Similar to PHP or Go.

CHANGELOG