Developers Index |
API V2 Python ClientTextMarks provides a Python library to integrate with the V2 HTTP API. This allows your apps to easily make calls into the TextMarks API. There are also other easier (less technical) ways to send and receive text messages from and to your apps without using this API. Client LibrarySupport Files (required ONLY for Python 2.5 or older)simplejson (JSON support for Python 2.5 or older) Example Code - Invite a user to join a TextMark group
import textmarks_v2api_client |