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.2.tar.gz
(5.4 kB
view details)
File details
Details for the file python-bada-push-0.2.tar.gz
.
File metadata
- Download URL: python-bada-push-0.2.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8dfef9ff6bcca65eb6133eb6017ebebb1d838fbd1f5ca679dba7ff67a539835d |
|
MD5 | 2838cb8bc46b3c404573d8626b62919b |
|
BLAKE2b-256 | ec51b6f34655ed84016321e667d192e3a8948733ba21539c9565fdb038006047 |