Morning.
👋
morning
Morning!
I can open my eye again! (managed to scratch my cornea on a tiny twig in the dark on Saturday...)
Good morning
moin moin
Morning!
Hope you recover soon!
Morn'
Argh, why does clj-http
not auto-encode the input body from a Clojure map to JSON when you use :as :json
/`:content-type :json`? 😞
Hmm, encodes for me
the form-params gets sent out as json
I was talking bollocks
sorry about that
Yeah, in other code, I had to do this:
POST -> :body (json/generate-string {:username username :password password})})