Liking cljdoc? Tell your friends :D

waimai.meituan


make-signclj

(make-sign api secret cmd params)
source

requestclj

(request cmd
         params
         &
         {:keys [api app_id consumer_secret method debug?]
          :or {api (or (System/getProperty "waimai.meituan.api")
                       "https://waimaiopen.meituan.com/api/v1/")
               app_id (System/getProperty "waimai.meituan.app_id")
               consumer_secret (System/getProperty
                                 "waimai.meituan.consumer_secret")
               method :get
               debug? false}
          :as opts})
source

uploadclj

(upload app_poi_code
        filename
        file
        &
        {:keys [api app_id consumer_secret]
         :or {api (or (System/getProperty "waimai.meituan.api")
                      "https://waimaiopen.meituan.com/api/v1/")
              app_id (System/getProperty "waimai.meituan.app_id")
              consumer_secret (System/getProperty
                                "waimai.meituan.consumer_secret")}
         :as opts})

上传图片

上传图片
sourceraw docstring

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

× close