Python module for push messaging service for Samsung Bada.
Project description
python-bada-push
================
Python module for push messaging service for Samsung Bada.
Usage
-----
import bada_push
message = bada_push.send(
url='https://apnortheast.push.samsungosp.com:8088/spp/pns/api/push',
app_id='your-app-id',
app_secret='your-app-secret',
reg_id='registration-id',
action='ALERT',
alert_message='any-alert-message',
app_data='any-data'
)
See doc comments for details.
Useful links
------------
Push Messaging Guide: http://developer.bada.com/article/push-messaging-guide
Error codes: http://developer.bada.com/article/push-messaging-guide#status_codes_messages
================
Python module for push messaging service for Samsung Bada.
Usage
-----
import bada_push
message = bada_push.send(
url='https://apnortheast.push.samsungosp.com:8088/spp/pns/api/push',
app_id='your-app-id',
app_secret='your-app-secret',
reg_id='registration-id',
action='ALERT',
alert_message='any-alert-message',
app_data='any-data'
)
See doc comments for details.
Useful links
------------
Push Messaging Guide: http://developer.bada.com/article/push-messaging-guide
Error codes: http://developer.bada.com/article/push-messaging-guide#status_codes_messages
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-bada-push-0.3.tar.gz
(5.4 kB
view details)
File details
Details for the file python-bada-push-0.3.tar.gz
.
File metadata
- Download URL: python-bada-push-0.3.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 053d6313570c3347df9c40eb2d4514fcbd4a1082bf0e21afd5a44cb7b18128fa |
|
MD5 | dd911b9f2bf60ba383b16d422b1d8059 |
|
BLAKE2b-256 | f02a39aa865288db6f6f61205358d148dcb9743987d3883daf67fe7793fabfc7 |