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
* Add version badge to README.md
It can be useful to compare `version.rb` with the version on Rubygems to
see if the gem is up to date. Having a badge on the README saves a step.
* Fixes doc links (they were all 404s).
* Use more helpful signup link
An optional fourth argument may be used to send additional parameters to the API, for example to [exclude a single connection from receiving the event](http://pusher.com/docs/publisher_api_guide/publisher_excluding_recipients).
128
+
An optional fourth argument may be used to send additional parameters to the API, for example to [exclude a single connection from receiving the event](https://pusher.com/docs/channels/server_api/excluding-event-recipients).
@@ -155,7 +155,7 @@ 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 [Channels 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 [Channels HTTP API](https://pusher.com/docs/channels/library_auth_reference/rest-api). The documentation also shows an example of the responses from each of the API endpoints.
0 commit comments