You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Pusher gem contains a number of helpers for interacting with the service. As a general rule, the library adheres to a set of conventions that we have aimed to make universal.
98
98
@@ -155,15 +155,15 @@ This will continue to work, but has been replaced by `channels_client.trigger` w
155
155
156
156
### Getting information about the channels in your Pusher Channels app
157
157
158
-
This gem provides methods for accessing information from the [Pusher HTTP API](https://pusher.com/docs/rest_api). The documentation also shows an example of the responses from each of the API endpoints.
158
+
This gem provides methods for accessing information from the [Pusher Channels HTTP API](https://pusher.com/docs/rest_api). The documentation also shows an example of the responses from each of the API endpoints.
159
159
160
160
The following methods are provided by the gem.
161
161
162
162
-`channels_client.channel_info('channel_name')` returns information about that channel.
163
163
164
164
-`channels_client.channel_users('channel_name')` returns a list of all the users subscribed to the channel.
165
165
166
-
-`channels_client.channels` returns information about all the channels in your Pusher application.
166
+
-`channels_client.channels` returns information about all the channels in your Pusher Channels application.
0 commit comments