Liking cljdoc? Tell your friends :D
Clojure only.

waimai.reach


make-signclj

(make-sign payload
           &
           {:keys [secret version cmd]
            :or {secret (System/getProperty "waimai.reach.secret")
                 version "v1"}})
source

requestclj

(request cmd
         params
         &
         {:keys [appid client secret api debug? version]
          :or {appid (System/getProperty "waimai.reach.appid")
               secret (System/getProperty "waimai.reach.secret")
               api (or (System/getProperty "waimai.reach.api")
                       "https://reach.waimai.uweer.com/api")
               version (or (System/getProperty "waimai.reach.version") "v1")
               debug? (= (System/getProperty "waimai.debug") "true")
               client (or (System/getProperty "waimai.reach.client") 0)}
          :as opts})
source

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

× close