We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for the new GET users resource. Perhaps it could be accessed via Pusher.channel_info(name, :info => :users).
The text was updated successfully, but these errors were encountered:
We've moved away from a method per REST API method (eg channel_info), and instead provide a generic interface, eg:
Pusher.get('/channels/[channel_name]/users', params)
Sorry, something went wrong.
Gotcha, thanks. Will Pusher::Client#channel_info be removed in a later version of the gem?
Not in the immediate short term.
No branches or pull requests
Add support for the new GET users resource. Perhaps it could be accessed via Pusher.channel_info(name, :info => :users).
The text was updated successfully, but these errors were encountered: