Module bluevia_helpers
[hide private]
[frames] | no frames]

Module bluevia_helpers

source code

Functions [hide private]
 
_parseAdResponse(xmlString)
Parses the XML respponse of a BlueVia Adsvertising requests and constructs a JSON object as result
source code
 
_random_string(length) source code
 
_encodeMultipart(root, messages=None, files=None)
Encodes messages and files in Multipart MIME format fitting for BlueVia Send MMS API
source code
 
_decodeMultipart(msgId, body)
Decodes the BlueVia Multipart MIME body from retrieving MMS attachemnts into a folder with message and file objects
source code
Variables [hide private]
  __package__ = None
Function Details [hide private]

_parseAdResponse(xmlString)

source code 

Parses the XML respponse of a BlueVia Adsvertising requests and constructs a JSON object as result

Internal method

_encodeMultipart(root, messages=None, files=None)

source code 

Encodes messages and files in Multipart MIME format fitting for BlueVia Send MMS API

Internal method

_decodeMultipart(msgId, body)

source code 

Decodes the BlueVia Multipart MIME body from retrieving MMS attachemnts into a folder with message and file objects

Internal method