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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file python-bada-push-0.5.1.tar.gz.
File metadata
- Download URL: python-bada-push-0.5.1.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f372a51fcb497cde67807cb0c0ae2a74e4865e1b884308da85831acbfe3c9e7
|
|
| MD5 |
ece2a7eff11f35d036552d7d83f1acc3
|
|
| BLAKE2b-256 |
f74a1a044d8739596376567988715882ef8aac8abab305d2dbeffe8756719d94
|