TMRestClient¶
API client to access Text Marketer's RESTful API, allows you to send SMS,
check credits, create accounts, and more.
This class has been designed to be sub-classed, so that you can create a
subclass with your API username/password pre-set in the variables $defaultUsername
and $defaultPassword and thus use new versions of this class as they are
released, without the need for modifying your defaults.
CHANGE LOG
v1.4 Added delete scheduled SMS
v1.3 Added schedule parameter to SMS send.
v1.2 Misc refactoring and bug fixes. Improved suitability for subclassing. Added sub-account creation function. Updated to REST DTDs v1.6.
« More »