Liking cljdoc? Tell your friends :D

clj-esendex

Build StatusClojars Project

Esendex Clojure SDK (Work In Progess)

run "lein midje" to run all tests

#Example Usage Add dependency to lein project file

[clj-esendex "0.1.0-SNAPSHOT"]

run lein repl

(require '[clj-esendex.core :as client])

(let [dispatch (client/sms-dispatcher "USERNAME" "PASSWORD")]
  (-> (client/sms-xml "EX0000000" 447987654321 "Every message matters!")
       dispatch))

#Working

  • Sending a single message (fire and forget)

#Next Steps

  • Read the response of a sent message

Can you improve this documentation?Edit on GitHub

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

× close