This is the cl-textmagic Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:27:21 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-textmagic
Common lisp implementation of TextMagic API to send SMS
Trumae da Ilha
MIT
# Cl-Textmagic
Common lisp implementation of TextMagic API to send SMS
## Author
* Trumae da Ilha (trumae@gmail.com)
## Copyright
Copyright (c) 2015 Trumae da Ilha (trumae@gmail.com)
## License
Licensed under the MIT License
0.1
dexador
(system).
cl-json
(system).
src
(module).
Modules are listed depth-first from the system components tree.
cl-textmagic/src
cl-textmagic
(system).
cl-textmagic.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-textmagic/cl-textmagic.asd
cl-textmagic
(system).
cl-textmagic/src/cl-textmagic.lisp
src
(module).
account
(function).
check_number
(function).
delete_reply
(function).
message_status
(function).
receive
(function).
send
(function).
Packages are listed by definition order.
cl-textmagic
All these commands can be executed only if you provide a
valid username and API password (get it here) in your requests. All TextMagic
API commands (on a per-need basis) use the following key parameters:
Parameter_name Example
username xxxx
password yyyy
phone_number 447123456789
For more details see http://api.textmagic.com/https-api/textmagic-api-commands
common-lisp
.
account
(function).
check_number
(function).
delete_reply
(function).
message_status
(function).
receive
(function).
send
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
The send command is used to send an SMS message to a mobile phone.
This command helps you to validate a phone number’s format and to check a message’s price to its destination. It also returns the phone number’s country code.
This command helps you to delete any incoming SMS messages from the server.
This command allows you to retrieve the delivery status of any SMS you have already sent.
This command retrieves the incoming SMS messages from the server. You can request any SMS sent to one of our SMS reply numbers by using this API.
The send command is used to send an SMS message to a mobile phone.
Jump to: | A C D F M R S |
---|
Jump to: | A C D F M R S |
---|
Jump to: | C F M P S |
---|
Jump to: | C F M P S |
---|