/PooksoftTextMagicAPI.jl

Application programming interface (API) for TextMagic

Primary LanguageJuliaMIT LicenseMIT

CI

Introduction

PooksoftTextMagicAPI.jl is a Julia wrapper for the TextMagic application programming interface (API). This wrapper encodes basic text messaging functionality, namely, sending a string message to a phone number, or a single string message to a collection phone numbers encoded using the E.164 standard.

Installation and Requirements

PooksoftTextMagicAPI.jl can be installed, updated, or removed using the Julia package management system. To access the package management interface, open the Julia REPL, and start the package mode by pressing ]. While in package mode, to install PooksoftTextMagicAPI.jl, issue the command:

(@v1.5) pkg> add PooksoftTextMagicAPI

To use PooksoftTextMagicAPI.jl in your project issue the command (in your project or in the Julia REPL):

julia> using PooksoftTextMagicAPI

To use this package you need TextMagic API authentication credentials.

Documentation