Liking cljdoc? Tell your friends :D

smsbrana.core


char-seqclj

source

default-hostclj

source

ResponseSchemaclj

source

sendclj

(send opts)
(send {:keys [password] :as opts} host)

Sends a SMS within a given options: :login - a login :password - a password :message - a SMS test :number - a phone number

See other optional arguments in SMS brána documentation. It returns a tuple within a status, a parsed body and a HTTP response e.g.: [:ok {:err 0, ...} {...}]

Sends a SMS within a given options:
 :login - a login
 :password - a password
 :message - a SMS test
 :number - a phone number

See other optional arguments in SMS brána documentation.
It returns a tuple within a status, a parsed body and a HTTP response e.g.: [:ok {:err 0, ...} {...}]
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close