initial commit
This commit is contained in:
parent
04e09f923b
commit
ce97ce5755
2 changed files with 0 additions and 3 deletions
1
deps.edn
1
deps.edn
|
|
@ -3,7 +3,6 @@
|
||||||
org.clojure/tools.cli {:mvn/version "1.3.250"}
|
org.clojure/tools.cli {:mvn/version "1.3.250"}
|
||||||
metosin/malli {:mvn/version "0.20.0"}
|
metosin/malli {:mvn/version "0.20.0"}
|
||||||
hato/hato {:mvn/version "1.0.0"}
|
hato/hato {:mvn/version "1.0.0"}
|
||||||
clj-http/clj-http {:mvn/version "3.13.1"}
|
|
||||||
cheshire/cheshire {:mvn/version "6.1.0"}
|
cheshire/cheshire {:mvn/version "6.1.0"}
|
||||||
envvar/envvar {:mvn/version "1.1.2"}}
|
envvar/envvar {:mvn/version "1.1.2"}}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
(:require [hato.client :as hc]
|
(:require [hato.client :as hc]
|
||||||
[tmdb.request :as req]))
|
[tmdb.request :as req]))
|
||||||
|
|
||||||
(def tmdb_key "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiI3YmY1M2E5MmJkNmRlNjNjZDcxNGQyOTY4ODBiYjg0YiIsIm5iZiI6MTc2NTY1Mzg4NC40MzI5OTk4LCJzdWIiOiI2OTNkYmQ3YzRhMzQ4ZDMxZmE1ZGZkNDEiLCJzY29wZXMiOlsiYXBpX3JlYWQiXSwidmVyc2lvbiI6MX0._2HIbv-IYk83jgTcgh0H_EtMYfcuFizLEcsKQphUFEI")
|
|
||||||
|
|
||||||
(declare http-get-pages)
|
(declare http-get-pages)
|
||||||
|
|
||||||
(defprotocol TMDB
|
(defprotocol TMDB
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue