(ns activity-pub-poc.json-ld
(:require
[hato.client as http]
))
(defn json-get [url]
(hato/get url
{:headers {"Accept" "application/json"}
:http-client {:redirect-policy :normal}
:as :json-string-keys}))