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.5.tar.gz
(5.8 kB
view details)
File details
Details for the file python-bada-push-0.5.tar.gz
.
File metadata
- Download URL: python-bada-push-0.5.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d10cfce02688a7919b693565f6d7991ddf4e97cfc77dcd3f495d8e930fb1eaa |
|
MD5 | 7f533facfef4b682434a25305b90593b |
|
BLAKE2b-256 | 090c500f96a993c94a72deb114922ab9cf1f79508f82662aab1bb341110321d9 |