Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.29 KB

File metadata and controls

19 lines (11 loc) · 1.29 KB

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