iscool_e.bellman 0.4.1

Creator: railscoder56

Last updated:

Add to Cart

Description:

iscool e.bellman 0.4.1

IsCool Entertainment Bellman SDK (Pushd Python SDK)

This client library is designed to support the Pushd API.
Pushd is an unified pushd server for server-side notification to mobile native apps, web apps etc. You can read more about Pushd on the link above.

Requirements
This library relies on Requests since version 0.3.


Why Bellman ?
The alert sound when receiving a mobile notification is reminiscent to the officer of the court who made public announcements in the streets, back to the Middle Ages.


Usage
Import the library and instanciate the API class:
from iscool_e.bellman import pushd

api = pushd.API('127.0.0.1')
api.create_subscriber('apns', 'token')
api.subscribe('id', 'event_name')
api.send_message('event_name', 'Hello World!')


License
This package is released under the MIT License.
Please see LICENSE document for a full description.



News

0.1
Release date: 27-Jan-2014

First release



0.2
Release date: 28-Jan-2014

Remove custom method getStats and fix github url



0.2.1
Release date: 28-Jan-2014

Add missing socket import



0.3
Release date: 29-Jan-2014

Use python Requests
Fix batch event subscriptions



0.4
Release date: 3-Mar-2014

This release breaks compatibility with previous versions:
Remove ugly camelcase function names



0.4.1
Release date: 3-Mar-2014

Update usage on README file

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.