@@ -170,12 +170,12 @@ def publish(self, interests, publish_body):
170
170
be sent to.
171
171
publish_body (dict): Dict containing the body of the push
172
172
notification publish request.
173
- (see https://docs. pusher.com/push-notifications )
173
+ (see https://pusher.com/docs/beams/ )
174
174
175
175
Returns:
176
176
A dict containing the publish response from the Pusher Push
177
177
Notifications service.
178
- (see https://docs. pusher.com/push-notifications )
178
+ (see https://pusher.com/docs/beams/ )
179
179
180
180
Raises:
181
181
PusherAuthError: if the secret_key is incorrect
@@ -208,12 +208,12 @@ def publish_to_interests(self, interests, publish_body):
208
208
be sent to.
209
209
publish_body (dict): Dict containing the body of the push
210
210
notification publish request.
211
- (see https://docs. pusher.com/push-notifications )
211
+ (see https://pusher.com/docs/beams/ )
212
212
213
213
Returns:
214
214
A dict containing the publish response from the Pusher Push
215
215
Notifications service.
216
- (see https://docs. pusher.com/push-notifications )
216
+ (see https://pusher.com/docs/beams/ )
217
217
218
218
Raises:
219
219
PusherAuthError: if the secret_key is incorrect
@@ -291,12 +291,12 @@ def publish_to_users(self, user_ids, publish_body):
291
291
be sent to.
292
292
publish_body (dict): Dict containing the body of the push
293
293
notification publish request.
294
- (see https://docs. pusher.com/push-notifications )
294
+ (see https://pusher.com/docs/beams/ )
295
295
296
296
Returns:
297
297
A dict containing the publish response from the Pusher Push
298
298
Notifications service.
299
- (see https://docs. pusher.com/push-notifications )
299
+ (see https://pusher.com/docs/beams/ )
300
300
301
301
Raises:
302
302
PusherAuthError: if the secret_key is incorrect
0 commit comments