Compare commits

...

2 commits

Author SHA1 Message Date
7596ecc646 Use inspector 2023-06-16 15:46:24 +02:00
aca49659fc Add deps 2023-06-16 15:45:55 +02:00
2 changed files with 4 additions and 1 deletions

View file

@ -11,7 +11,9 @@
[metosin/muuntaja "0.6.8"]
[metosin/reitit "0.5.18"]
;; Outgoing HTTP
[hato "0.9.0"]]
[hato "0.9.0"]
[cheshire/cheshire "5.11.0"]
[com.cognitect/transit-clj "1.0.333"]]
:main ^:skip-aot activity-pub-poc.core
:target-path "target/%s"
:profiles {:uberjar {:aot :all}})

View file

@ -1,6 +1,7 @@
(ns activity-pub-poc.json-ld
(:require
[hato.client :as http]
[clojure.inspector :as inspector]
))
(defn json-get [url]