Package pushnotify :: Module prowl
[hide private]
[frames] | no frames]

Module prowl

source code

Module for sending push notifications to iOS devices that have
Prowl installed. See http://www.prowlapp.com/ for more
information.

Classes [hide private]
  Client
Client for sending push notificiations to iOS devices with the Prowl application installed.
Variables [hide private]
  PUBLIC_API_URL = u'https://api.prowlapp.com/publicapi'
  VERIFY_URL = u'https://api.prowlapp.com/publicapi/verify'
  NOTIFY_URL = u'https://api.prowlapp.com/publicapi/add'
  RETRIEVE_TOKEN_URL = u'https://api.prowlapp.com/publicapi/retr...
  RETRIEVE_APIKEY_URL = u'https://api.prowlapp.com/publicapi/ret...
  DESC_LIMIT = 10000
  __package__ = 'pushnotify'
Variables Details [hide private]

RETRIEVE_TOKEN_URL

Value:
u'https://api.prowlapp.com/publicapi/retrieve/token'

RETRIEVE_APIKEY_URL

Value:
u'https://api.prowlapp.com/publicapi/retrieve/apikey'