parent
9b889c95e7
commit
7359e4570b
|
@ -10,6 +10,8 @@
|
|||
[clojure.string :as str])
|
||||
(:import java.net.InetAddress))
|
||||
|
||||
(defn pthru [o] (clojure.pprint/pprint o) o)
|
||||
|
||||
;; ## Protocols
|
||||
|
||||
;; ### BaseSynoClient
|
||||
|
@ -92,7 +94,7 @@
|
|||
(get! conn
|
||||
(-> (req/base-request)
|
||||
(req/with-path (format "/webapi/%s" path))
|
||||
(req/withQueryParams
|
||||
(req/with-query-params
|
||||
{
|
||||
:version maxVersion
|
||||
:session :SurveillanceStation
|
||||
|
|
Loading…
Reference in New Issue