pusher-http-python
pusher-http-python copied to clipboard
Remove explicit app_id format validator
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
- Removed extra number validation on app_id