pusher-http-python icon indicating copy to clipboard operation
pusher-http-python copied to clipboard

Remove explicit app_id format validator

Open rakibhoossain opened this issue 1 year ago • 0 comments

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

rakibhoossain avatar Aug 04 '24 05:08 rakibhoossain