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.4.tar.gz
(5.7 kB
view details)
File details
Details for the file python-bada-push-0.4.tar.gz
.
File metadata
- Download URL: python-bada-push-0.4.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd6447672caea360fd78334a0c6ae7ad6ef11c4a83d796329a2686768b8fed45 |
|
MD5 | de965183e01373faf8e15028e4a0fb08 |
|
BLAKE2b-256 | 228c7cf968059939cc45627ad03041c0b30c9eaa00ba67a4f93698faab3b55f3 |