File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
.. image :: https://travis-ci.org/pusher/push-notifications-python.svg?branch=master
2
2
:target: https://travis-ci.org/pusher/push-notifications-python
3
3
4
- Pusher Push Notifications Python server SDK
5
- ===========================================
6
- Full documentation for this SDK can be found `here <https://docs.pusher.com/push-notifications /reference/server-sdk-python >`__
4
+ Pusher Beams Python server SDK
5
+ ==============================
6
+ Full documentation for this SDK can be found `here <https://docs.pusher.com/beams /reference/server-sdk-python >`__
7
7
8
8
Installation
9
9
------------
10
- The Pusher Notifications Python server SDK is available on PyPi
10
+ The Pusher Beams Python server SDK is available on PyPi
11
11
`here <https://pypi.python.org/pypi/pusher_push_notifications/ >`__.
12
12
13
13
You can install this SDK by using
24
24
Configuring the SDK for Your Instance
25
25
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26
26
Use your instance id and secret (you can get these from the
27
- `dashboard <https://dash.pusher.com >`__) to create a PushNotifications instance:
27
+ `dashboard <https://dash.pusher.com/beams >`__) to create a Beams PushNotifications instance:
28
28
29
29
.. code ::
30
30
@@ -38,7 +38,7 @@ Use your instance id and secret (you can get these from the
38
38
Publishing a Notification
39
39
~~~~~~~~~~~~~~~~~~~~~~~~~
40
40
41
- Once you have created your PushNotifications instance you can publish a push notification to your registered & subscribed devices:
41
+ Once you have created your Beams PushNotifications instance you can publish a push notification to your registered & subscribed devices:
42
42
43
43
.. code ::
44
44
You can’t perform that action at this time.
0 commit comments