Skip to content
New issue

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

Support GET /apps/[app_id]/channels/[channel_name]/users #31

Closed
neilcauldwell opened this issue Nov 22, 2012 · 3 comments
Closed

Support GET /apps/[app_id]/channels/[channel_name]/users #31

neilcauldwell opened this issue Nov 22, 2012 · 3 comments

Comments

@neilcauldwell
Copy link

Add support for the new GET users resource. Perhaps it could be accessed via Pusher.channel_info(name, :info => :users).

@maxthelion
Copy link

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)

@neilcauldwell
Copy link
Author

Gotcha, thanks. Will Pusher::Client#channel_info be removed in a later version of the gem?

@maxthelion
Copy link

Not in the immediate short term.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants