Liking cljdoc? Tell your friends :D
Clojure only.

waimai.daojia


make-signclj

(make-sign params
           strParameter
           &
           {:keys [merchantKey]
            :or {merchantKey (System/getProperty "waimai.daojia.merchantKey")}})
source

requestclj

(request cmd
         payload
         &
         {:keys [merchantID merchantKey api debug? version content-type]
          :or {merchantID (System/getProperty "waimai.daojia.merchantID")
               merchantKey (System/getProperty "waimai.daojia.merchantKey")
               api (or (System/getProperty "waimai.daojia.api")
                       "https://openapi.daojia.com.cn")
               version (System/getProperty "waimai.daojia.version")
               content-type "application/json"
               debug? false}
          :as opts})
source

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

× close